[kdbus] Rework kdbus core files
[platform/upstream/glib.git] / gio / gioprivate.h
index d190f19..076259c 100644 (file)
@@ -13,9 +13,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __G_IO_PRIVATE_H__
 
 #include "ginputstream.h"
 #include "goutputstream.h"
+#include "gsocketconnection.h"
+#include "gsocketaddress.h"
 
 G_BEGIN_DECLS
 
 gboolean g_input_stream_async_read_is_via_threads (GInputStream *stream);
 gboolean g_output_stream_async_write_is_via_threads (GOutputStream *stream);
 
+void g_socket_connection_set_cached_remote_address (GSocketConnection *connection,
+                                                    GSocketAddress    *address);
+
+
 G_END_DECLS
 
 #endif /* __G_IO_PRIVATE__ */