aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/iobuf.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index aa6971a2b..ed61159fe 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+Wed Sep 6 17:55:47 CEST 2000 Werner Koch <[email protected]>
+
+ * iobuf.c (IOBUF_FILELENGTH_LIMIT): New.
+
2000-03-14 14:03:43 Werner Koch ([email protected])
* types.h (HAVE_U64_TYPEDEF): Defined depending on configure test.
diff --git a/include/iobuf.h b/include/iobuf.h
index e5e9ba94f..a2eabb661 100644
--- a/include/iobuf.h
+++ b/include/iobuf.h
@@ -116,6 +116,7 @@ size_t iobuf_temp_to_buffer( IOBUF a, byte *buffer, size_t buflen );
void iobuf_unget_and_close_temp( IOBUF a, IOBUF temp );
u32 iobuf_get_filelength( IOBUF a );
+#define IOBUF_FILELENGTH_LIMIT 0xffffffff
const char *iobuf_get_real_fname( IOBUF a );
const char *iobuf_get_fname( IOBUF a );