Skip to content
Snippets Groups Projects
Commit f54a4518 authored by Dan Egnor's avatar Dan Egnor
Browse files

iconv const

parent 1663582c
No related branches found
No related tags found
No related merge requests found
...@@ -19,10 +19,10 @@ void oop_www_register(oop_source *); ...@@ -19,10 +19,10 @@ void oop_www_register(oop_source *);
/* Release any resources associated with the event manager, and /* Release any resources associated with the event manager, and
unregister it with libwww. This will leave libwww with no event manager. */ 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. /* Use libwww's memory management for liboop.
** If you use this, you must do so before any other liboop function! ** */ ** If you use this, you must do so before any other liboop function! ** */
void oop_www_memory(); void oop_www_memory(void);
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment