Clean up file and hello messes.

This commit is contained in:
Ian Gulliver
2016-02-29 20:49:36 -08:00
parent 90de5b80bc
commit b106887617
10 changed files with 89 additions and 66 deletions

View File

@@ -1,5 +1,6 @@
#pragma once
#include <stdbool.h>
#include <stdint.h>
struct buf;
@@ -15,3 +16,5 @@ struct flow {
flow_get_hello get_hello;
uint32_t *ref_count;
};
bool flow_hello(int, struct flow *, void *);