libpurple/internal.h

changeset 38140
efabfa3f72ba
parent 37937
5d43db030efb
child 39373
47667f5c6696
--- a/libpurple/internal.h	Sun Sep 11 11:25:03 2016 -0500
+++ b/libpurple/internal.h	Sun Sep 11 11:00:59 2016 -0500
@@ -360,31 +360,6 @@
 _purple_fstat(int fd, GStatBuf *st);
 
 /**
- * _purple_socket_cancel_with_connection:
- * @gc The connection.
- *
- * Cancels all #PurpleSocket instances bound with @gc.
- */
-void
-_purple_socket_cancel_with_connection(PurpleConnection *gc);
-
-/**
- * _purple_socket_init: (skip)
- *
- * Initializes the #PurpleSocket subsystem.
- */
-void
-_purple_socket_init(void);
-
-/**
- * _purple_socket_uninit: (skip)
- *
- * Uninitializes the #PurpleSocket subsystem.
- */
-void
-_purple_socket_uninit(void);
-
-/**
  * _purple_message_init: (skip)
  *
  * Initializes the #PurpleMessage subsystem.

mercurial