comparison util.c @ 265:c2944685ac8e 0.8.1

- update README to meet 0.8.1. - little clean up.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 10 Dec 2008 15:46:30 +0900
parents 9fb8f597adf3
children d3e2b2e58828
comparison
equal deleted inserted replaced
264:b7ac562d758c 265:c2944685ac8e
4 4
5 /* prototypes */ 5 /* prototypes */
6 static gchar *twitter_memrchr(const gchar *s, int c, size_t n); 6 static gchar *twitter_memrchr(const gchar *s, int c, size_t n);
7 7
8 8
9 /* functions */
9 10
10 /* this function has been taken from autoaccept plugin */ 11 /* this function has been taken from autoaccept plugin */
11 gboolean 12 gboolean
12 ensure_path_exists(const char *dir) 13 ensure_path_exists(const char *dir)
13 { 14 {