diff options
| author | klm | 1998-04-28 22:36:45 +0000 |
|---|---|---|
| committer | klm | 1998-04-28 22:36:45 +0000 |
| commit | 89e75b021d508ae47884a0a83e8a2e4b8cc77cc4 (patch) | |
| tree | a55a09c6ee316c9d88643295a342d35f6666a7f7 /src/alias-wrapper.c | |
| parent | 55e362d186e111d7d916bf25523aa31cac85fe54 (diff) | |
| download | mailman-89e75b021d508ae47884a0a83e8a2e4b8cc77cc4.tar.gz mailman-89e75b021d508ae47884a0a83e8a2e4b8cc77cc4.tar.zst mailman-89e75b021d508ae47884a0a83e8a2e4b8cc77cc4.zip | |
Diffstat (limited to 'src/alias-wrapper.c')
| -rw-r--r-- | src/alias-wrapper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alias-wrapper.c b/src/alias-wrapper.c index d335e0c1c..f6056c43c 100644 --- a/src/alias-wrapper.c +++ b/src/alias-wrapper.c @@ -60,7 +60,7 @@ void AddListAliases(char *list) } } -void main(int argc, char **argv, char **env) +int main(int argc, char **argv, char **env) { char *command; int i; |
