aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/plugin_rest_namestore.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2015-04-10 14:31:02 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2015-04-10 14:31:02 +0000
commit731435d6ab893df087e46fc363e67a8135fa8572 (patch)
tree136d2be1570affac94564b81c4eb136671bb086c /src/namestore/plugin_rest_namestore.c
parentb5327d8c33053b9235a123ee5aeda879898f8873 (diff)
downloadgnunet-731435d6ab893df087e46fc363e67a8135fa8572.tar.gz
gnunet-731435d6ab893df087e46fc363e67a8135fa8572.zip
-make static
Diffstat (limited to 'src/namestore/plugin_rest_namestore.c')
-rw-r--r--src/namestore/plugin_rest_namestore.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/namestore/plugin_rest_namestore.c b/src/namestore/plugin_rest_namestore.c
index a5287b158..7f5372a33 100644
--- a/src/namestore/plugin_rest_namestore.c
+++ b/src/namestore/plugin_rest_namestore.c
@@ -220,7 +220,7 @@ struct RequestHandle
220 * Cleanup lookup handle 220 * Cleanup lookup handle
221 * @param handle Handle to clean up 221 * @param handle Handle to clean up
222 */ 222 */
223void 223static void
224cleanup_handle (struct RequestHandle *handle) 224cleanup_handle (struct RequestHandle *handle)
225{ 225{
226 struct RecordEntry *record_entry; 226 struct RecordEntry *record_entry;
@@ -274,7 +274,7 @@ cleanup_handle (struct RequestHandle *handle)
274 * 274 *
275 * @param rd the GNSRECORD_Data 275 * @param rd the GNSRECORD_Data
276 */ 276 */
277json_t * 277static json_t *
278gnsrecord_to_json (const struct GNUNET_GNSRECORD_Data *rd) 278gnsrecord_to_json (const struct GNUNET_GNSRECORD_Data *rd)
279{ 279{
280 const char *typename; 280 const char *typename;
@@ -351,7 +351,7 @@ cleanup_handle_delayed (void *cls,
351 * 351 *
352 * @param handle the RequestHandle 352 * @param handle the RequestHandle
353 */ 353 */
354void 354static void
355namestore_list_response (void *cls, 355namestore_list_response (void *cls,
356 const struct GNUNET_CRYPTO_EcdsaPrivateKey *zone_key, 356 const struct GNUNET_CRYPTO_EcdsaPrivateKey *zone_key,
357 const char *rname, 357 const char *rname,
@@ -967,7 +967,7 @@ testservice_id_task (void *cls, int result)
967 * @param proc_cls closure for callback function 967 * @param proc_cls closure for callback function
968 * @return GNUNET_OK if request accepted 968 * @return GNUNET_OK if request accepted
969 */ 969 */
970void 970static void
971rest_identity_process_request(struct RestConnectionDataHandle *conndata_handle, 971rest_identity_process_request(struct RestConnectionDataHandle *conndata_handle,
972 GNUNET_REST_ResultProcessor proc, 972 GNUNET_REST_ResultProcessor proc,
973 void *proc_cls) 973 void *proc_cls)