From 731435d6ab893df087e46fc363e67a8135fa8572 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Fri, 10 Apr 2015 14:31:02 +0000 Subject: -make static --- src/namestore/plugin_rest_namestore.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/namestore/plugin_rest_namestore.c') 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 * Cleanup lookup handle * @param handle Handle to clean up */ -void +static void cleanup_handle (struct RequestHandle *handle) { struct RecordEntry *record_entry; @@ -274,7 +274,7 @@ cleanup_handle (struct RequestHandle *handle) * * @param rd the GNSRECORD_Data */ -json_t * +static json_t * gnsrecord_to_json (const struct GNUNET_GNSRECORD_Data *rd) { const char *typename; @@ -351,7 +351,7 @@ cleanup_handle_delayed (void *cls, * * @param handle the RequestHandle */ -void +static void namestore_list_response (void *cls, const struct GNUNET_CRYPTO_EcdsaPrivateKey *zone_key, const char *rname, @@ -967,7 +967,7 @@ testservice_id_task (void *cls, int result) * @param proc_cls closure for callback function * @return GNUNET_OK if request accepted */ -void +static void rest_identity_process_request(struct RestConnectionDataHandle *conndata_handle, GNUNET_REST_ResultProcessor proc, void *proc_cls) -- cgit v1.2.3