summaryrefslogtreecommitdiffstats
path: root/wsdl2c/codewriter.h
blob: ab2a5f46070c8452e7aba133fc9f9fc54f5cc124 (plain)
1
2
3
4
5
6
7
8
9
10
11
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