djbdnscurve6 51
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 [16],const char [16],uint32);
7
8extern void qlog(const char [16],uint16,const char [2],const char *,const char [2],const char *);
9
10#endif
void qlog(const char[16], uint16, const char[2], const char *, const char[2], const char *)
Definition: qlog.c:51
void log_start(const char[16], const char[16], uint32)
Definition: qlog.c:30