diff options
author | jcid <devnull@localhost> | 2007-12-06 18:12:02 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2007-12-06 18:12:02 +0100 |
commit | 30995b73e26311c3d2f3a4e646254181020e1e6a (patch) | |
tree | 533b2e4539e80e81c37b342a500b880329d8774b /dlib/dlib.h | |
parent | 128f4f70c67071351e7d1312bc762978fc2d0bcb (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.h | 5 |
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 (); |