aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-24 19:03:57 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-24 19:03:57 +1300
commitfae25b43b8dfe7ca4f5d894cf22384686d4db1df (patch)
tree6f2ec5435a6870dce0bc1f6c04b1c47fa6b8529f
parentDon't print title/desc if download failed (diff)
downloadrssd-fae25b43b8dfe7ca4f5d894cf22384686d4db1df.tar.gz
rssd-fae25b43b8dfe7ca4f5d894cf22384686d4db1df.zip
Remove include guard
> <CorySadowski> >ifndef > <CorySadowski> is this heresy > <tom> oh yeah > <tom> i forgot! > <tom> i'll wait until i Actually Need it at any rate
-rw-r--r--rssd.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/rssd.h b/rssd.h
index 9a7f082..c244697 100644
--- a/rssd.h
+++ b/rssd.h
@@ -1,6 +1,3 @@
-#ifndef __RSSD_H
-#define __RSSD_H
-
#include <mrss.h>
#include <stdio.h>
#include <stdlib.h>
@@ -9,5 +6,3 @@
#define MAX_URL_LENGTH 2048
void chomp(char *);
-
-#endif