mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
7 lines
101 B
C
7 lines
101 B
C
#ifndef NAMEPARSE_H
|
|
#define NAMEPARSE_H
|
|
|
|
extern int nameparse(unsigned char *,const char *);
|
|
|
|
#endif
|