mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-01 08:24:52 +00:00
12 lines
140 B
C
12 lines
140 B
C
|
#ifndef ABYSS_TOKEN_H_INCLUDED
|
||
|
#define ABYSS_TOKEN_H_INCLUDED
|
||
|
|
||
|
void
|
||
|
NextToken(char ** const p);
|
||
|
|
||
|
char *
|
||
|
GetToken(char ** const p);
|
||
|
|
||
|
|
||
|
#endif
|