diff options
Diffstat (limited to 'src/include/storage/large_object.h')
-rw-r--r-- | src/include/storage/large_object.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/storage/large_object.h b/src/include/storage/large_object.h index a87a8e301b9..8ea1d34df43 100644 --- a/src/include/storage/large_object.h +++ b/src/include/storage/large_object.h @@ -8,7 +8,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: large_object.h,v 1.22 2001/10/25 05:50:10 momjian Exp $ + * $Id: large_object.h,v 1.23 2001/10/28 06:26:09 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -75,4 +75,5 @@ extern int inv_seek(LargeObjectDesc *obj_desc, int offset, int whence); extern int inv_tell(LargeObjectDesc *obj_desc); extern int inv_read(LargeObjectDesc *obj_desc, char *buf, int nbytes); extern int inv_write(LargeObjectDesc *obj_desc, char *buf, int nbytes); + #endif /* LARGE_OBJECT_H */ |