summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2007-07-08 20:47:28 +0300
committerDaniel Stone <daniel@fooishbar.org>2007-08-01 01:53:31 +0300
commit62ec6d09b3adaea82ff52c8672e6f611c15ec56d (patch)
tree9603e6c4e0802c3950f880dba254b0bd49486219
parent4d3379d418a781938358e511fd41deb4115a032c (diff)
dix.h: Remove duplicate ffs() prototype.
-rw-r--r--include/dix.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/dix.h b/include/dix.h
index 2d452d1c7..c1d609a61 100644
--- a/include/dix.h
+++ b/include/dix.h
@@ -640,7 +640,4 @@ typedef struct {
extern int xstrcasecmp(char *s1, char *s2);
#endif
-/* ffs.c */
-extern int ffs(int i);
-
#endif /* DIX_H */