aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_peerstore_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_peerstore_service.h')
-rw-r--r--src/include/gnunet_peerstore_service.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/gnunet_peerstore_service.h b/src/include/gnunet_peerstore_service.h
index 319946e1d..3fb9df82a 100644
--- a/src/include/gnunet_peerstore_service.h
+++ b/src/include/gnunet_peerstore_service.h
@@ -110,10 +110,6 @@ enum GNUNET_PEERSTORE_StoreOption
110 */ 110 */
111 GNUNET_PEERSTORE_STOREOPTION_REPLACE = 1, 111 GNUNET_PEERSTORE_STOREOPTION_REPLACE = 1,
112 112
113 /**
114 * Upserts values. Replaces if expiry is later than existing.
115 */
116 GNUNET_PEERSTORE_STOREOPTION_UPSERT_LATER_EXPIRY = 2
117}; 113};
118 114
119/** 115/**