masqmail
diff src/base64/base64.h @ 10:26e34ae9a3e3
changed indention and line wrapping to a more consistent style
author | meillo@marmaro.de |
---|---|
date | Mon, 27 Oct 2008 16:23:10 +0100 |
parents | 08114f7dcc23 |
children | 41958685480d |
line diff
1.1 --- a/src/base64/base64.h Mon Oct 27 16:21:27 2008 +0100 1.2 +++ b/src/base64/base64.h Mon Oct 27 16:23:10 2008 +0100 1.3 @@ -4,7 +4,7 @@ 1.4 * it under the terms of the GNU General Public License as published by 1.5 * the Free Software Foundation; either version 2 of the License, or 1.6 * (at your option) any later version. 1.7 - * 1.8 + * 1.9 * This program is distributed in the hope that it will be useful, 1.10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 1.11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 1.12 @@ -15,5 +15,5 @@ 1.13 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 1.14 */ 1.15 1.16 -gchar *base64_encode(guchar *buf, gint len); 1.17 -gchar *base64_decode(gchar *buf, gint *size); 1.18 +gchar *base64_encode(guchar * buf, gint len); 1.19 +gchar *base64_decode(gchar * buf, gint * size);