Add private prototype for g_thread_init_glib()
authorRyan Lortie <desrt@desrt.ca>
Mon, 17 Oct 2011 00:58:02 +0000 (20:58 -0400)
committerRyan Lortie <desrt@desrt.ca>
Mon, 17 Oct 2011 01:41:15 +0000 (21:41 -0400)
commit3eec796b18e56351638cc6c0c03ab481618d0e29
tree322708592748ed7da4304328e5a7adfabe748c29
parent09429e2c820118918e6132d32884eb02203136d4
Add private prototype for g_thread_init_glib()

This function was never put in a header and was only used internally
from libgthread, but we should keep the symbol around to avoid
triggering any false-positives on ABI checkers.

For -Wmissing-prototypes compatibility with this unusual case, we should
add a private prototype in the .c file just before.
glib/deprecated/gthread-deprecated.c