aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage/common/fsimage.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libfsimage/common/fsimage.h')
-rw-r--r--tools/libfsimage/common/fsimage.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/libfsimage/common/fsimage.h b/tools/libfsimage/common/fsimage.h
index ad305b5dae..201abd54f2 100644
--- a/tools/libfsimage/common/fsimage.h
+++ b/tools/libfsimage/common/fsimage.h
@@ -17,7 +17,7 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -45,6 +45,10 @@ int fsi_close_file(fsi_file_t *);
ssize_t fsi_read_file(fsi_file_t *, void *, size_t);
ssize_t fsi_pread_file(fsi_file_t *, void *, size_t, uint64_t);
+char *fsi_bootstring_alloc(fsi_t *, size_t);
+void fsi_bootstring_free(fsi_t *);
+char *fsi_fs_bootstring(fsi_t *);
+
#ifdef __cplusplus
};
#endif