toxcore/nacl/curvecp/nameparse.h

7 lines
101 B
C
Raw Normal View History

2013-07-02 21:53:34 +08:00
#ifndef NAMEPARSE_H
#define NAMEPARSE_H
extern int nameparse(unsigned char *,const char *);
#endif