From 30995b73e26311c3d2f3a4e646254181020e1e6a Mon Sep 17 00:00:00 2001 From: jcid Date: Thu, 6 Dec 2007 18:12:02 +0100 Subject: - * 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! --- dlib/dlib.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dlib/dlib.h') diff --git a/dlib/dlib.h b/dlib/dlib.h index c54ab6ad..743f55b5 100644 --- a/dlib/dlib.h +++ b/dlib/dlib.h @@ -143,6 +143,11 @@ void dList_sort (Dlist *lp, dCompareFunc func); 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 ---------------------------------------------------- */ -- cgit v1.2.3