summaryrefslogtreecommitdiff
path: root/src/include/skalibs/mininetstring.h
blob: c275fb29ef943765a338e4126c6c7b12e2aaa112 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* ISC license. */

#ifndef MININETSTRING_H
#define MININETSTRING_H

#include <skalibs/uint16.h>
#include <skalibs/uint32.h>
#include <skalibs/stralloc.h>

extern int mininetstring_read (int, stralloc *, uint32 *) ;
extern int mininetstring_write (int, char const *, uint16, uint32 *) ;

#endif