diff options
Diffstat (limited to 'e-util/e-memory.h')
-rw-r--r-- | e-util/e-memory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-memory.h b/e-util/e-memory.h index ce3a3b9dd1..911bb36b7a 100644 --- a/e-util/e-memory.h +++ b/e-util/e-memory.h @@ -52,7 +52,7 @@ void e_mempool_destroy(EMemPool *pool); /* strv's string arrays that can be efficiently modified and then compressed mainly for retrival */ /* building is relatively fast, once compressed it takes the minimum amount of memory possible to store */ -typedef struct _e_strv EStrv; +typedef struct _EStrv EStrv; EStrv *e_strv_new(int size); EStrv *e_strv_set_ref(EStrv *strv, int index, char *str); |