initial load of upstream version 1.06.32
[xmlrpc-c] / lib / abyss / src / token.h
1 #ifndef ABYSS_TOKEN_H_INCLUDED
2 #define ABYSS_TOKEN_H_INCLUDED
3
4 void
5 NextToken(const char ** const pP);
6
7 char *
8 GetToken(char ** const pP);
9
10
11 #endif