#ifndef JOS_INC_BASE64_H
#define JOS_INC_BASE64_H

char *base64_decode(char *s);

#endif
