Removed leading underscore in oid.h

This commit is contained in:
2023-11-07 12:30:13 -06:00
parent 2dafa56d4b
commit 85020f2254

View File

@@ -1,5 +1,5 @@
#ifndef _QUARK_OID_H #ifndef QUARK_OID_H
#define _QUARK_OID_H #define QUARK_OID_H
typedef unsigned int oid_t; typedef unsigned int oid_t;