djbdnscurve6  38
djbdnscurve6
qlog.h
Go to the documentation of this file.
1 #ifndef QLOG_H
2 #define QLOG_H
3 
4 #include "uint_t.h"
5 
6 extern void log_start(const char *,const char *,uint32);
7 
8 extern void qlog(const char *,uint16,const char *,const char *,const char *,const char *);
9 
10 #endif
void qlog(const char *, uint16, const char *, const char *, const char *, const char *)
void log_start(const char *, const char *, uint32)