djbdnscurve6  38
djbdnscurve6
parsetype.h
Go to the documentation of this file.
1 #ifndef PARSETYPE_H
2 #define PARSETYPE_H
3 
4 extern int parsetype(char *,char *);
5 
6 #endif
int parsetype(char *, char *)