Tue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
[citadel.git] / citadel / internetmail.c
index d0471d664eca9b32019adefd22ec25b75e64ba4b..17b18fca2d2f185e6c4719a3562e821da37982a7 100644 (file)
@@ -33,7 +33,7 @@ void StripLeadingAndTrailingWhitespace(char *str) {
        while (isspace(str[strlen(str)-1])) str[strlen(str)-1] = 0;
        }
 
-void LoadInternetConfig() {
+void LoadInternetConfig(void) {
        char ParamName[256], ParamValue[256], buf[256];
        FILE *conf;
        int a, eqpos;