diff options
Diffstat (limited to 'libcsoap/soap-server.h')
-rw-r--r-- | libcsoap/soap-server.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libcsoap/soap-server.h b/libcsoap/soap-server.h index 62d136c..5290642 100644 --- a/libcsoap/soap-server.h +++ b/libcsoap/soap-server.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: soap-server.h,v 1.4 2004/10/28 10:30:46 snowdrop Exp $ + * $Id: soap-server.h,v 1.5 2004/11/02 23:09:26 snowdrop Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -34,9 +34,9 @@ <TABLE border=1> <TR><TH>Argument</TH><TH>Description</TH></TR> - <TR><TD>-NHTTPport [port]</TD><TD>Port to listen (default: 10000)</TD></TR>
- <TR><TD>-NHTTPmaxconn [num]</TD><TD>Maximum thread connections</TD></TR>
- <TR><TD>-NHTTPlog [logfilename]</TD><TD>logfile</TD></TR>
+ <TR><TD>-NHTTPport [port]</TD><TD>Port to listen (default: 10000)</TD></TR> + <TR><TD>-NHTTPmaxconn [num]</TD><TD>Maximum thread connections</TD></TR> + <TR><TD>-NHTTPlog [logfilename]</TD><TD>logfile</TD></TR> </TABLE> @param argc commandline arg count |