summaryrefslogtreecommitdiffstats
path: root/bitops.c
diff options
context:
space:
mode:
authorGreg McGary <greg@mcgary.org>1997-04-18 06:37:35 +0000
committerGreg McGary <greg@mcgary.org>1997-04-18 06:37:35 +0000
commitdb4eb289d1767b96b349e993313e83d93c07a8de (patch)
treec10f8ee5bad361c93d335c1088249c5ecdb12578 /bitops.c
parentc2e961ee7b01e5390b0973e69c68e5ae2e91702d (diff)
downloadidutils-db4eb289d1767b96b349e993313e83d93c07a8de.tar.gz
idutils-db4eb289d1767b96b349e993313e83d93c07a8de.tar.bz2
idutils-db4eb289d1767b96b349e993313e83d93c07a8de.zip
imported from mkid-3.0.8r3_0_8
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)