summaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_string.h
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2004-11-05 05:32:04 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2004-11-05 05:32:04 +0000
commit88507deac27c3ee1293b8a380f632edb61410bb8 (patch)
tree34a7a67a006e1c49f592a1234b22ffff1b5f2028 /lib/libarchive/archive_string.h
parent48cbe7223a84623d52402a35aae14b51390d9519 (diff)
Notes
Diffstat (limited to 'lib/libarchive/archive_string.h')
-rw-r--r--lib/libarchive/archive_string.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libarchive/archive_string.h b/lib/libarchive/archive_string.h
index 1c6e8b17f955..79597df172da 100644
--- a/lib/libarchive/archive_string.h
+++ b/lib/libarchive/archive_string.h
@@ -104,9 +104,4 @@ void __archive_string_vsprintf(struct archive_string *, const char *,
va_list);
#define archive_string_vsprintf __archive_string_vsprintf
-/* Like 'sprintf', but resizes the underlying string as necessary. */
-void __archive_string_sprintf(struct archive_string *, const char *, ...);
-#define archive_string_sprintf __archive_string_sprintf
-
-
#endif