toxcore/nacl/curvecp/portparse.h
2013-07-02 09:53:34 -04:00

7 lines
101 B
C

#ifndef PORTPARSE_H
#define PORTPARSE_H
extern int portparse(unsigned char *,const char *);
#endif