summaryrefslogtreecommitdiff
path: root/elfutils/lib/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'elfutils/lib/system.h')
-rw-r--r--elfutils/lib/system.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/elfutils/lib/system.h b/elfutils/lib/system.h
index 8e46feac..e29c2dbb 100644
--- a/elfutils/lib/system.h
+++ b/elfutils/lib/system.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000, 2002, 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2000, 2002, 2004, 2005 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -28,7 +28,7 @@ extern char *xstrndup (const char *, size_t) __attribute__ ((__malloc__));
extern uint32_t crc32 (uint32_t crc, unsigned char *buf, size_t len);
-
+extern int crc32_file (int fd, uint32_t *resp);
/* A special gettext function we use if the strings are too short. */
#define sgettext(Str) \