pos/database/common.h

9 lines
113 B
C

#ifndef _COMMON_H_
#define _COMMON_H_
#include <stdint.h>
#include "nameserver.h"
extern NameServer ns;
#endif