summaryrefslogtreecommitdiffstats
path: root/src/types.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-04-11 15:50:43 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-04-11 15:50:43 +0200
commita45a313422efa33f261cb1b53a08646a6b3ab947 (patch)
treeabe0d81b6dba97106b1016722e210f02a0168733 /src/types.h
parente5a8f900352b242860ac3dd4e3b39c7297169480 (diff)
downloadfastd-a45a313422efa33f261cb1b53a08646a6b3ab947.tar
fastd-a45a313422efa33f261cb1b53a08646a6b3ab947.zip
Improve shell command config handling
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/types.h b/src/types.h
index a474b78..37560b1 100644
--- a/src/types.h
+++ b/src/types.h
@@ -32,11 +32,10 @@
#pragma once
-#include <fastd_config.h>
+#include "compat.h"
#include <stdbool.h>
#include <stddef.h>
-#include <stdint.h>
#define UNUSED __attribute__((unused))
@@ -132,6 +131,8 @@ typedef struct fastd_handshake fastd_handshake_t;
typedef struct fastd_lex fastd_lex_t;
typedef struct fastd_string_stack fastd_string_stack_t;
+typedef struct fastd_shell_command fastd_shell_command_t;
+
typedef struct fastd_async_resolve_return fastd_async_resolve_return_t;