summaryrefslogtreecommitdiffstats
path: root/bitops.c
diff options
context:
space:
mode:
Diffstat (limited to 'bitops.c')
-rw-r--r--bitops.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bitops.c b/bitops.c
index 4d49572..357aec6 100644
--- a/bitops.c
+++ b/bitops.c
@@ -16,11 +16,11 @@
Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#include "config.h"
+#include <config.h>
#include "bitops.h"
-static int str_to_int (char *bufp, int size);
-static char *int_to_str (int i, int size);
+static int str_to_int __P((char *bufp, int size));
+static char *int_to_str __P((int i, int size));
int
vec_to_bits (char *bit_array, char *vec, int size)