diff options
author | Daniel Stone <daniel@fooishbar.org> | 2007-07-08 20:47:28 +0300 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2007-08-01 01:53:31 +0300 |
commit | 62ec6d09b3adaea82ff52c8672e6f611c15ec56d (patch) | |
tree | 9603e6c4e0802c3950f880dba254b0bd49486219 | |
parent | 4d3379d418a781938358e511fd41deb4115a032c (diff) |
dix.h: Remove duplicate ffs() prototype.
-rw-r--r-- | include/dix.h | 3 |
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 */ |