summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps-win.h
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2009-12-20 11:24:32 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2009-12-20 11:24:32 +0100
commit413c3537b8730940d516af4823e83ac8df001ede (patch)
treea6dc92b02dc5ddf86a870d0d4ee63d18fffd2ac0 /dbus/dbus-sysdeps-win.h
parent3da9815113c013c3e81f4290d9b74d9862004027 (diff)
downloaddbus-413c3537b8730940d516af4823e83ac8df001ede.tar.gz
moved out dbus file related functions from sysdeps into separate files - tested on windows
Diffstat (limited to 'dbus/dbus-sysdeps-win.h')
-rw-r--r--dbus/dbus-sysdeps-win.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/dbus/dbus-sysdeps-win.h b/dbus/dbus-sysdeps-win.h
index c65caa88..15ce8319 100644
--- a/dbus/dbus-sysdeps-win.h
+++ b/dbus/dbus-sysdeps-win.h
@@ -57,6 +57,10 @@ extern void *_dbus_win_get_dll_hmodule (void);
void _dbus_win_startup_winsock (void);
void _dbus_win_warn_win_error (const char *message,
int code);
+
+char * _dbus_win_error_string (int error_number);
+void _dbus_win_free_error_string (char *string);
+
extern const char* _dbus_lm_strerror (int error_number);