summaryrefslogtreecommitdiff
path: root/include/deborphan.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/deborphan.h')
-rw-r--r--include/deborphan.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/deborphan.h b/include/deborphan.h
index f1729fb..57bcd67 100644
--- a/include/deborphan.h
+++ b/include/deborphan.h
@@ -172,8 +172,8 @@ void print_usage();
int string_to_priority(const char *priority);
const char *priority_to_string(int priority);
char *sstrsep(char **str, int c);
-extern inline void strstripchr(char *s, int c);
-extern inline unsigned int strhash(const char *line);
+void strstripchr(char *s, int c);
+unsigned int strhash(const char *line);
/* keep.c */
dep *readkeep(const char *kfile);