Skip to content

Commit

Permalink
Remove buf_t
Browse files Browse the repository at this point in the history
  • Loading branch information
jhunt committed Oct 25, 2016
1 parent 9fc9ccf commit 774d745
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions netip.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,6 @@ static int name_is(name_t *name, const char *label, name_t *domain);
static ssize_t name_search(name_t *haystack, name_t *needle);
static ipv4_t name_ip(name_t *query, name_t *tld);

typedef struct {
size_t len;
size_t mark;
char data[DGRAM_MAX_SIZE];
} buf_t;

typedef struct {
/* header */
uint16_t id;
Expand Down

0 comments on commit 774d745

Please sign in to comment.