diff options
Diffstat (limited to 'src/plugins/fs/status.h')
-rw-r--r-- | src/plugins/fs/status.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fs/status.h b/src/plugins/fs/status.h index 60f4ea6e..4726a0c4 100644 --- a/src/plugins/fs/status.h +++ b/src/plugins/fs/status.h | |||
@@ -35,6 +35,6 @@ const char *getColorCode (enum GNUNET_URITRACK_STATE state); | |||
35 | 35 | ||
36 | const char *getStatusName (enum GNUNET_URITRACK_STATE state); | 36 | const char *getStatusName (enum GNUNET_URITRACK_STATE state); |
37 | 37 | ||
38 | const GdkPixbuf *getStatusLogo (enum GNUNET_URITRACK_STATE state); | 38 | GdkPixbuf *getStatusLogo (enum GNUNET_URITRACK_STATE state); |
39 | 39 | ||
40 | #endif | 40 | #endif |