mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-28 17:08:54 +00: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
|