diff options
Diffstat (limited to 'wsdl2c/codewriter.h')
-rwxr-xr-x | wsdl2c/codewriter.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/wsdl2c/codewriter.h b/wsdl2c/codewriter.h new file mode 100755 index 0000000..ab2a5f4 --- /dev/null +++ b/wsdl2c/codewriter.h @@ -0,0 +1,12 @@ +#ifndef __CODE_WRITER_H__
+#define __CODE_WRITER_H__
+
+
+#include "CallList.h"
+
+void codeWriteStubHeader(struct CallList *cl, const char* filename);
+void codeWriteStubSource(struct CallList *cl, const char* filename);
+
+
+#endif
+
|