diff options
-rw-r--r-- | examples/ex1/simple.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/ex1/simple.c b/examples/ex1/simple.c index 3aae7d5..3568865 100644 --- a/examples/ex1/simple.c +++ b/examples/ex1/simple.c @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: simple.c,v 1.1 2003/11/13 10:53:00 snowdrop Exp $ + * $Id: simple.c,v 1.2 2003/11/14 09:59:41 snowdrop Exp $ * * CSOAP Project: CSOAP examples project * Copyright (C) 2003 Ferhat Ayaz @@ -81,3 +81,7 @@ int main(int argc, char *argv[]) return 0; } + + + + |