diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-08-31 14:37:22 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-08-31 14:37:22 +0200 |
commit | 9f0e72f1e8615c9c03222372b2c579471bcce602 (patch) | |
tree | a7fd357b79a9f939de5d5f67de1a030b59ff4418 /internals.h | |
parent | 0d3b32b24881cb9ce89d0b6689ada53f88d0008e (diff) |
temporary dump for discussion
Diffstat (limited to 'internals.h')
-rw-r--r-- | internals.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/internals.h b/internals.h index 6c8b115..d88e779 100644 --- a/internals.h +++ b/internals.h @@ -51,13 +51,6 @@ enum outcome_type { }; -enum result_code { - result_loser = 0, - result_winner = 1, - result_no_bidders = -2 -}; - - GNUNET_NETWORK_STRUCT_BEGIN struct msg_head { |