From f54a45189e5d9cf27c0fa811f756bcba255312c2 Mon Sep 17 00:00:00 2001
From: Dan Egnor <egnor@ofb.net>
Date: Sat, 18 Nov 2000 06:52:57 +0000
Subject: [PATCH] iconv const

---
 oop-www.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/oop-www.h b/oop-www.h
index fc4f501..86e0d1d 100644
--- a/oop-www.h
+++ b/oop-www.h
@@ -19,10 +19,10 @@ void oop_www_register(oop_source *);
 
 /* Release any resources associated with the event manager, and
    unregister it with libwww.  This will leave libwww with no event manager. */
-void oop_www_cancel();
+void oop_www_cancel(void);
 
 /* Use libwww's memory management for liboop.
    ** If you use this, you must do so before any other liboop function! ** */
-void oop_www_memory();
+void oop_www_memory(void);
 
 #endif
-- 
GitLab