Added #define's to headers

This commit is contained in:
James Booth
2012-11-08 22:51:49 +00:00
parent a775d18291
commit ba11e88dcb
4 changed files with 17 additions and 2 deletions

View File

@@ -20,7 +20,12 @@
*
*/
#ifndef TINYURL_H
#define TINYURL_H
#include <glib.h>
gboolean tinyurl_valid(char *url);
char * tinyurl_get(char *url);
#endif