diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-11 20:28:28 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-11 20:28:28 +0200 |
commit | 564cbb378e1480ff736a14c832d39fe6db9f7891 (patch) | |
tree | 4f5e3377f21c173b6a7f72a11071fa8aa0637fd9 /src/filter.h | |
parent | Add signal handlers (diff) | |
download | coopgammad-564cbb378e1480ff736a14c832d39fe6db9f7891.tar.gz coopgammad-564cbb378e1480ff736a14c832d39fe6db9f7891.tar.bz2 coopgammad-564cbb378e1480ff736a14c832d39fe6db9f7891.tar.xz |
whitespace + Add message.[ch]
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/filter.h')
-rw-r--r-- | src/filter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/filter.h b/src/filter.h index f625125..9df24e1 100644 --- a/src/filter.h +++ b/src/filter.h @@ -41,6 +41,7 @@ enum lifespan * The filter should be removed now */ LIFESPAN_REMOVE + }; @@ -85,6 +86,7 @@ struct filter * `lifespan == LIFESPAN_REMOVE`. */ void* ramps; + }; |