[PATCH] add prototype for findLog
Christoph Hellwig <[email protected]> Sun, 14 Jul 2002 15:01:53 +0100
| Newsgroups | gmane.comp.file-systems.jfs.patches |
|---|---|
| Message-ID | <[email protected]> |
2002-07-14 Christoph Hellwig <[email protected]> * libfs/logredo.h: Add prototype for findLog(). Index: libfs/logredo.h =================================================================== RCS file: /usr/cvs/jfs/jfsutils/libfs/logredo.h,v retrieving revision 1.6 diff -u -r1.6 logredo.h --- libfs/logredo.h 10 Jul 2002 15:29:05 -0000 1.6 +++ libfs/logredo.h 14 Jul 2002 13:59:04 -0000 @@ -293,5 +293,6 @@ #define fsimap_iag fsimap_lst.fsimapiag int32_t jfs_logredo(caddr_t, int32_t, int32_t); +int findLog(int); #endif /* H_LOGREDO */