3 Make sure the header inclusion guard is unique
5 --- gnulib/lib/base64.h 2011/07/17 21:51:19 1.1
6 +++ gnulib/lib/base64.h 2011/07/17 21:52:04
8 along with this program; if not, write to the Free Software Foundation,
9 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
13 +#ifndef GNULIB_LIB_BASE64_H
14 +# define GNULIB_LIB_BASE64_H
19 #define base64_decode_alloc(in, inlen, out, outlen) \
20 base64_decode_alloc_ctx (NULL, in, inlen, out, outlen)
22 -#endif /* BASE64_H */
23 +#endif /* GNULIB_LIB_BASE64_H */