summaryrefslogtreecommitdiff
path: root/tls.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2003-09-10 08:27:34 +0000
committerWayne Davison <wayned@samba.org>2003-09-10 08:27:34 +0000
commitf69204adad8d9fc3538d510fa88079e4c890eef8 (patch)
tree860388498fb71956fa9f6b81136519888a2e0667 /tls.c
parent459a83c9ccf8cd6a09dea756226246b15a292b28 (diff)
downloadrsync-f69204adad8d9fc3538d510fa88079e4c890eef8.tar.gz
Changed main() definition to avoid an extra prototype being put
into the proto.h file.
Diffstat (limited to 'tls.c')
-rw-r--r--tls.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tls.c b/tls.c
index c91f4db9..1903e1f7 100644
--- a/tls.c
+++ b/tls.c
@@ -124,7 +124,8 @@ static void list_file (const char *fname)
}
-int main (int argc, char *argv[])
+int
+main(int argc, char *argv[])
{
if (argc < 2) {
fprintf (stderr, "usage: " PROGRAM " DIR ...\n"