network*: cosmetix
[k8lowj.git] / src / util.h
blobe97a671c3fb617451cfb758cf222ce87d59134a0
1 /* logjam - a GTK client for LiveJournal.
2 * Copyright (C) 2000-2005 Evan Martin <evan@livejournal.com>
3 */
4 #ifndef __LOGJAM_UTIL_H__
5 #define __LOGJAM_UTIL_H__
7 void string_replace(char **dest, char *src);
9 gboolean verify_dir(const char *path, GError ** err);
10 gboolean verify_path(char *path, gboolean include_last, GError ** err);
12 void xml_escape(char **text);
14 #endif /* __logjam_util_h__ */