about summary refs log tree commit diff
path: root/lib/util/token.h
blob: 292a9164d968b2505e1062f2adec9be4a8d960b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef TOKEN_H_INCLUDE
#define TOKEN_H_INCLUDE

void
pm_gettoken(const char *  const tokenStart,
            char          const delimiter,
            const char ** const tokenP,
            const char ** const nextP,
            const char ** const errorP);

#endif