-fix
[oweals/gnunet.git] / src / namestore / plugin_rest_namestore.c
index a5287b158990faf6a46d4755aa2b51da49ff10bb..3d599c0b7e14c5b1b1b9b4fb6e5e00cf3edaf414 100644 (file)
@@ -14,8 +14,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GNUnet; see the file COPYING.  If not, write to the
-   Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.
+   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.
    */
 /**
  * @author Martin Schanzenbach
@@ -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)