summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2decb61)
raw | patch | inline | side by side (parent: 2decb61)
author | Thomas Jansen <mithi@mithi.net> | |
Thu, 29 Oct 2009 20:08:14 +0000 (21:08 +0100) | ||
committer | Thomas Jansen <mithi@mithi.net> | |
Thu, 29 Oct 2009 20:08:14 +0000 (21:08 +0100) |
src/wreadln.h | patch | blob | history |
diff --git a/src/wreadln.h b/src/wreadln.h
index 32d243dc498394662cbd98963510c0544e5a87c5..98d41f187a9bdf4a5fb6be1fa731bd33ce5eba28 100644 (file)
--- a/src/wreadln.h
+++ b/src/wreadln.h
/* post completion callback */
typedef void (*wrln_gcmp_post_cb_t) (GCompletion *gcmp, gchar *s, GList *l,
- void *data);
+ void *data);
extern wrln_gcmp_post_cb_t wrln_post_completion_callback;
#endif