summaryrefslogtreecommitdiffstats
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index f079d3c..13236b6 100644
--- a/src/types.h
+++ b/src/types.h
@@ -44,6 +44,8 @@ typedef enum _fastd_mode {
typedef struct _fastd_buffer fastd_buffer;
typedef union _fastd_peer_address fastd_peer_address;
+typedef struct _fastd_bind_address fastd_bind_address;
+typedef struct _fastd_socket fastd_socket;
typedef struct _fastd_peer_config fastd_peer_config;
typedef struct _fastd_eth_addr fastd_eth_addr;
typedef struct _fastd_peer fastd_peer;