diff options
Diffstat (limited to 'src/lib/store/store_private.h')
-rw-r--r-- | src/lib/store/store_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/store/store_private.h b/src/lib/store/store_private.h index 6112293..f743911 100644 --- a/src/lib/store/store_private.h +++ b/src/lib/store/store_private.h | |||
@@ -38,6 +38,7 @@ typedef struct _Store_Add | |||
38 | struct | 38 | struct |
39 | { | 39 | { |
40 | Eina_Strbuf *buf; /*!< Buffer for data reception */ | 40 | Eina_Strbuf *buf; /*!< Buffer for data reception */ |
41 | char *sent; /*!< Data to store */ | ||
41 | } data; | 42 | } data; |
42 | 43 | ||
43 | struct | 44 | struct |