summaryrefslogtreecommitdiffstats
path: root/src/types.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-04-26 00:46:33 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-04-26 22:46:05 +0200
commit36690c7203f0e46665f328fbe82ae3bd573cc6ff (patch)
tree761707cbd83e499913277fc931e32d05bf3c32cc /src/types.h
parent64ce1c0f51b4d0c07c124071ea2cd8002eccd45d (diff)
downloadfastd-36690c7203f0e46665f328fbe82ae3bd573cc6ff.tar
fastd-36690c7203f0e46665f328fbe82ae3bd573cc6ff.zip
Implement async verify
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/types.h b/src/types.h
index 8a80d19..4510be2 100644
--- a/src/types.h
+++ b/src/types.h
@@ -89,10 +89,6 @@ typedef enum fastd_loglevel {
LL_DEBUG2,
} fastd_loglevel_t;
-typedef enum fastd_async_type {
- ASYNC_TYPE_RESOLVE_RETURN,
-} fastd_async_type_t;
-
typedef struct fastd_buffer fastd_buffer_t;
@@ -134,8 +130,6 @@ typedef struct fastd_string_stack fastd_string_stack_t;
typedef struct fastd_shell_command fastd_shell_command_t;
typedef struct fastd_shell_env fastd_shell_env_t;
-typedef struct fastd_async_resolve_return fastd_async_resolve_return_t;
-
typedef union fastd_block128 {
uint8_t b[16];