about summary refs log tree commit diff stats
path: root/src/tinyurl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tinyurl.h')
-rw-r--r--src/tinyurl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tinyurl.h b/src/tinyurl.h
index 8c0f198a..7c958d7a 100644
--- a/src/tinyurl.h
+++ b/src/tinyurl.h
@@ -21,4 +21,5 @@
  */
 
 void tinyurl_init(void);
+gboolean tinyurl_valid(char *url);
 char * tinyurl_get(char *url);