aboutsummaryrefslogtreecommitdiff
path: root/src/gns/plugin_rest_gns.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/gns/plugin_rest_gns.c
parentb5327d8c33053b9235a123ee5aeda879898f8873 (diff)
downloadgnunet-731435d6ab893df087e46fc363e67a8135fa8572.tar.gz
gnunet-731435d6ab893df087e46fc363e67a8135fa8572.zip
-make static
Diffstat (limited to 'src/gns/plugin_rest_gns.c')
-rw-r--r--src/gns/plugin_rest_gns.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gns/plugin_rest_gns.c b/src/gns/plugin_rest_gns.c
index 6922c7d79..d7fc31d4c 100644
--- a/src/gns/plugin_rest_gns.c
+++ b/src/gns/plugin_rest_gns.c
@@ -226,7 +226,7 @@ do_error (void *cls,
226 * 226 *
227 * @param rd the GNSRECORD_Data 227 * @param rd the GNSRECORD_Data
228 */ 228 */
229json_t * 229static json_t *
230gnsrecord_to_json (const struct GNUNET_GNSRECORD_Data *rd) 230gnsrecord_to_json (const struct GNUNET_GNSRECORD_Data *rd)
231{ 231{
232 const char *typename; 232 const char *typename;
@@ -480,7 +480,7 @@ identity_master_cb (void *cls,
480 * @param handle lookup handle to populate 480 * @param handle lookup handle to populate
481 * @return GNUNET_SYSERR on error 481 * @return GNUNET_SYSERR on error
482 */ 482 */
483int 483static int
484parse_url (const char *url, struct LookupHandle *handle) 484parse_url (const char *url, struct LookupHandle *handle)
485{ 485{
486 char *name; 486 char *name;
@@ -513,7 +513,7 @@ parse_url (const char *url, struct LookupHandle *handle)
513 * @param proc_cls closure for callback function 513 * @param proc_cls closure for callback function
514 * @return GNUNET_OK if request accepted 514 * @return GNUNET_OK if request accepted
515 */ 515 */
516void 516static void
517rest_gns_process_request(struct RestConnectionDataHandle *conndata_handle, 517rest_gns_process_request(struct RestConnectionDataHandle *conndata_handle,
518 GNUNET_REST_ResultProcessor proc, 518 GNUNET_REST_ResultProcessor proc,
519 void *proc_cls) 519 void *proc_cls)