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

#ifndef MININETSTRING_H
#define MININETSTRING_H

#include <stdint.h>
#include <skalibs/stralloc.h>

extern int mininetstring_read (int, stralloc *, uint32_t *) ;
extern int mininetstring_write (int, char const *, uint16_t, uint32_t *) ;

#endif