summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-string.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-string.h')
-rw-r--r--dbus/dbus-string.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/dbus/dbus-string.h b/dbus/dbus-string.h
index 47fd1b41..f81e566a 100644
--- a/dbus/dbus-string.h
+++ b/dbus/dbus-string.h
@@ -2,6 +2,7 @@
/* dbus-string.h String utility class (internal to D-Bus implementation)
*
* Copyright (C) 2002, 2003 Red Hat, Inc.
+ * Copyright (C) 2006 Ralf Habacker <ralf.habacker@freenet.de>
*
* Licensed under the Academic Free License version 2.1
*
@@ -215,6 +216,10 @@ dbus_bool_t _dbus_string_find (const DBusString *str,
int start,
const char *substr,
int *found);
+dbus_bool_t _dbus_string_find_eol (const DBusString *str,
+ int start,
+ int *found,
+ int *found_len);
dbus_bool_t _dbus_string_find_to (const DBusString *str,
int start,
int end,