Mercurial > masqmail
comparison src/base64/base64.h @ 366:41958685480d
Switched to `type *name' style
Andrew Koenig's ``C Traps and Pitfalls'' (Ch.2.1) convinced
me that it is best to go with the way C had been designed.
The ``declaration reflects use'' concept conflicts with a
``type* name'' notation. Hence I switched.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Thu, 22 Sep 2011 15:07:40 +0200 |
parents | 26e34ae9a3e3 |
children | b27f66555ba8 |
comparison
equal
deleted
inserted
replaced
365:934a223e4ee8 | 366:41958685480d |
---|---|
13 * You should have received a copy of the GNU General Public License | 13 * You should have received a copy of the GNU General Public License |
14 * along with this program; if not, write to the Free Software | 14 * along with this program; if not, write to the Free Software |
15 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 15 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
16 */ | 16 */ |
17 | 17 |
18 gchar *base64_encode(guchar * buf, gint len); | 18 gchar *base64_encode(guchar *buf, gint len); |
19 gchar *base64_decode(gchar * buf, gint * size); | 19 gchar *base64_decode(gchar *buf, gint *size); |