From 62ec6d09b3adaea82ff52c8672e6f611c15ec56d Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Sun, 8 Jul 2007 20:47:28 +0300 Subject: dix.h: Remove duplicate ffs() prototype. --- include/dix.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/dix.h') 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 */ -- cgit v1.2.3