cdbmake-internal.h (336B)
1 /* ISC license. */ 2 3 #ifndef SKALIBS_CDBMAKE_INTERNAL_H 4 #define SKALIBS_CDBMAKE_INTERNAL_H 5 6 #include <stdint.h> 7 8 #include <skalibs/cdbmake.h> 9 10 extern int cdbmake_posplus (cdbmaker *, uint32_t) ; 11 extern int cdbmake_addend (cdbmaker *, uint32_t, uint32_t, uint32_t) ; 12 extern int cdbmake_addbegin (cdbmaker *, uint32_t, uint32_t) ; 13 14 #endif