gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS gsasl/lib/gl


From: gsasl-commit
Subject: CVS gsasl/lib/gl
Date: Tue, 28 Jun 2005 11:55:40 +0200

Update of /home/cvs/gsasl/lib/gl
In directory dopio:/tmp/cvs-serv2526/gl

Modified Files:
        base64.h 
Log Message:
Update gnulib files.

--- /home/cvs/gsasl/lib/gl/base64.h     2005/06/15 10:35:28     1.6
+++ /home/cvs/gsasl/lib/gl/base64.h     2005/06/28 09:55:40     1.7
@@ -1,5 +1,5 @@
 /* base64.h -- Encode binary data using printable characters.
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
    Written by Simon Josefsson.
 
    This program is free software; you can redistribute it and/or modify
@@ -37,9 +37,9 @@
 extern size_t base64_encode_alloc (const char *in, size_t inlen, char **out);
 
 extern bool base64_decode (const char *restrict in, size_t inlen,
-                          char *restrict out, size_t * outlen);
+                          char *restrict out, size_t *outlen);
 
 extern bool base64_decode_alloc (const char *in, size_t inlen,
-                                char **out, size_t * outlen);
+                                char **out, size_t *outlen);
 
 #endif /* BASE64_H */





reply via email to

[Prev in Thread] Current Thread [Next in Thread]