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 PORTPARSE_H
|
|
#define PORTPARSE_H
|
|
|
|
extern int portparse(unsigned char *,const char *);
|
|
|
|
#endif
|