summaryrefslogtreecommitdiff
path: root/ACE/apps/JAWS/clients/WebSTONE
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2008-03-02 19:02:58 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2008-03-02 19:02:58 +0000
commit0df799e52a000b88254b03c104493df8f132bf15 (patch)
tree000efd47b41f8b1312860cf97bdba40f17686ad8 /ACE/apps/JAWS/clients/WebSTONE
parent16675a9ca815c49803964872c4700e87251fae97 (diff)
downloadATCD-0df799e52a000b88254b03c104493df8f132bf15.tar.gz
Sun Mar 2 18:53:12 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'ACE/apps/JAWS/clients/WebSTONE')
-rw-r--r--ACE/apps/JAWS/clients/WebSTONE/src/webclient.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ACE/apps/JAWS/clients/WebSTONE/src/webclient.c b/ACE/apps/JAWS/clients/WebSTONE/src/webclient.c
index b0f35819e43..42084842904 100644
--- a/ACE/apps/JAWS/clients/WebSTONE/src/webclient.c
+++ b/ACE/apps/JAWS/clients/WebSTONE/src/webclient.c
@@ -11,6 +11,7 @@
**************************************************************************/
/* FUZZ: disable check_for_math_include */
+/* FUZZ: disable check_for_improper_main_declaration */
#include <thread.h>
@@ -582,7 +583,7 @@ char configfile[MAXPATHLEN];
char connectstr[MAXHOSTNAMELEN+10];
void
-main(int argc, char *argv[])
+ACE_TMAIN(int argc, ACE_TCHAR *argv[])
{
int file_count=0;
int getoptch;