ports/mail/ssmtp/files/patch-ssmtp.h
Greg Larkin 08bdc13988 - Take maintainership
- Various Makefile cleanups
- Added protection for config files, including group creation/
  deletion
- Incorporated patches from http://bugs.debian.org/ssmtp to fix
  compiler warnings

PR:		ports/114945
Submitted by:	znerd
Reviewed by:	stas
2008-11-19 21:23:49 +00:00

10 lines
381 B
C

--- ./ssmtp.h.orig 2002-09-27 09:18:24.000000000 -0400
+++ ./ssmtp.h 2008-11-17 18:55:03.000000000 -0500
@@ -37,5 +37,5 @@
void get_arpadate(char *);
/* base64.c */
-void to64frombits(unsigned char *, const unsigned char *, int);
-int from64tobits(char *, const char *);
+void to64frombits(char *, const unsigned char *, int);
+int from64tobits(unsigned char *, const char *);