diff options
| author | Carl Worth <cworth@cworth.org> | 2009-10-19 13:40:56 -0700 |
|---|---|---|
| committer | Carl Worth <cworth@cworth.org> | 2009-10-19 13:40:56 -0700 |
| commit | c5eea2b77ef3fb90c8ddcb953f1086ba5bb123f3 (patch) | |
| tree | 14e3478826be78de2bf08bd9d616266305aa91b6 /message.c | |
| parent | fa562fa22b214a7d253e80c62d4f4c97138a6155 (diff) | |
Document which pieces of glib we're still using.
Looks like we can copy in a hash-table implementation, (from cairo,
say), and then a few _ascii_ functions from glib, (we'll need to
switch a few current uses if things like isspace, etc. to locale-
independent versions as well). So not too hard to free ourselves
of glib for now, (until we add GMime back in later, of course).
Diffstat (limited to 'message.c')
| -rw-r--r-- | message.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ #include "notmuch-private.h" -#include <glib.h> +#include <glib.h> /* GHashTable */ struct _notmuch_message { /* File objects */ |
