aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-13 17:10:07 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-13 17:10:07 +0000
commitbfbbb1e8700093783da55c84221fc688eee4c9a0 (patch)
tree83693440965fff521bc21af1debf963b95d77471 /src/gns/gns.h
parentee32003b7e606767f9b89715cb956d863fe067d9 (diff)
downloadgnunet-bfbbb1e8700093783da55c84221fc688eee4c9a0.tar.gz
gnunet-bfbbb1e8700093783da55c84221fc688eee4c9a0.zip
-getting rid of duplication of record type values / enum GNUNET_GNS_RecordType
Diffstat (limited to 'src/gns/gns.h')
-rw-r--r--src/gns/gns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gns.h b/src/gns/gns.h
index a4830bda4..a7697be1d 100644
--- a/src/gns/gns.h
+++ b/src/gns/gns.h
@@ -83,7 +83,7 @@ struct GNUNET_GNS_ClientLookupMessage
83 /** 83 /**
84 * the type of record to look up 84 * the type of record to look up
85 */ 85 */
86 /* enum GNUNET_GNS_RecordType */ uint32_t type; 86 /* int */ uint32_t type;
87 87
88 /** 88 /**
89 * The key for shorten, if 'have_key' is set 89 * The key for shorten, if 'have_key' is set