about.c: cosmetix
[k8lowj.git] / src / util.h
blobd2a49046344d9d3f2c2de1be963e078a9a193ceb
1 /* logjam - a GTK client for LiveJournal.
2 * Copyright (C) 2000-2005 Evan Martin <evan@livejournal.com>
4 * vim: tabstop=4 shiftwidth=4 noexpandtab :
5 */
7 #ifndef __logjam_util_h__
8 #define __logjam_util_h__
10 void string_replace(char **dest, char *src);
12 gboolean verify_dir(const char *path, GError **err);
13 gboolean verify_path(char *path, gboolean include_last, GError **err);
15 void xml_escape(char **text);
17 #endif /* __logjam_util_h__ */