summaryrefslogtreecommitdiff
path: root/include/bsd
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2011-05-14 17:58:08 +0200
committerGuillem Jover <guillem@hadrons.org>2011-05-16 13:23:17 +0200
commit28585a58bdd0308c516d2b1caee76977283942da (patch)
tree3cd8efbed12dc752395117a78d72320f6ee454bd /include/bsd
parentb36c59c0edbd1c215737f16d4bb83feb035d785a (diff)
downloadlibbsd-28585a58bdd0308c516d2b1caee76977283942da.tar.gz
Add fpurge function
Diffstat (limited to 'include/bsd')
-rw-r--r--include/bsd/stdio.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/bsd/stdio.h b/include/bsd/stdio.h
index dfde0c3..cdf4e50 100644
--- a/include/bsd/stdio.h
+++ b/include/bsd/stdio.h
@@ -1,5 +1,5 @@
/*
- * Copyright © 2004, 2005, 2009 Guillem Jover
+ * Copyright © 2004, 2005, 2009, 2011 Guillem Jover
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -40,6 +40,8 @@ __BEGIN_DECLS
const char *fmtcheck(const char *, const char *);
char *fgetln(FILE *fp, size_t *lenp);
+
+int fpurge(FILE *fp);
__END_DECLS
#endif