pos/database/common.h

9 lines
113 B
C
Raw Permalink Normal View History

2011-11-10 16:56:56 -05:00
#ifndef _COMMON_H_
#define _COMMON_H_
#include <stdint.h>
#include "nameserver.h"
extern NameServer ns;
#endif