djbdnscurve6 45
djbdnscurve6
Loading...
Searching...
No Matches
qlog.h
Go to the documentation of this file.
1#ifndef QLOG_H
2#define QLOG_H
3
4#include "uint_t.h"
5
6extern void log_start(const char *,const char *,uint32);
7
8extern 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)