diff options
Diffstat (limited to 'src/gns/gnunet-gns-gtk.h')
-rw-r--r-- | src/gns/gnunet-gns-gtk.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gns/gnunet-gns-gtk.h b/src/gns/gnunet-gns-gtk.h index b9228082..b0330aef 100644 --- a/src/gns/gnunet-gns-gtk.h +++ b/src/gns/gnunet-gns-gtk.h | |||
@@ -26,6 +26,13 @@ | |||
26 | #include "gnunet_gtk.h" | 26 | #include "gnunet_gtk.h" |
27 | #include <gnunet/gnunet_namestore_service.h> | 27 | #include <gnunet/gnunet_namestore_service.h> |
28 | 28 | ||
29 | #define NEW_NAME_STR "<new name>" | ||
30 | #define NEW_RECORD_STR "<new record>" | ||
31 | #define ROOT_STR "+" | ||
32 | #define EXPIRE_NEVER_STRING "never" | ||
33 | #define EXPIRE_INVALID_STRING "invalid" | ||
34 | #define PSEU_EMPTY_STR "<empty>" | ||
35 | |||
29 | 36 | ||
30 | struct GNUNET_GNS_Context | 37 | struct GNUNET_GNS_Context |
31 | { | 38 | { |