diff options
Diffstat (limited to 'blog.c')
-rw-r--r-- | blog.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -6,12 +6,6 @@ extern char **environ; -int verify_creds(const char *username, const char *password) -{ - printf("verifying '%s'/'%s'\n", username ? username : "", password ? password : ""); - return 1; -} - int handle_post(void) { |