aboutsummaryrefslogtreecommitdiff
path: root/dlib/dlib.h
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2007-12-06 18:12:02 +0100
committerjcid <devnull@localhost>2007-12-06 18:12:02 +0100
commit30995b73e26311c3d2f3a4e646254181020e1e6a (patch)
tree533b2e4539e80e81c37b342a500b880329d8774b /dlib/dlib.h
parent128f4f70c67071351e7d1312bc762978fc2d0bcb (diff)
- * Improved the dpi framework. Now dpi-programs can be specified in dpidrc,
and there's no need to touch dillo's sources to add new dpi services. Just make your dpi program, add a dpidrc line and play with it!
Diffstat (limited to 'dlib/dlib.h')
-rw-r--r--dlib/dlib.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/dlib/dlib.h b/dlib/dlib.h
index c54ab6ad..743f55b5 100644
--- a/dlib/dlib.h
+++ b/dlib/dlib.h
@@ -144,6 +144,11 @@ void dList_insert_sorted (Dlist *lp, void *data, dCompareFunc func);
void *dList_find_sorted (Dlist *lp, const void *data, dCompareFunc func);
/*
+ *- Parse function ------------------------------------------------------------
+ */
+int dParser_get_rc_pair(char **line, char **name, char **value);
+
+/*
*- Misc utility functions ----------------------------------------------------
*/
char *dGetcwd ();