aboutsummaryrefslogtreecommitdiffstats
path: root/include/libzfs_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libzfs_core.h')
-rw-r--r--include/libzfs_core.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libzfs_core.h b/include/libzfs_core.h
index f5fd6cda9..3642dc7af 100644
--- a/include/libzfs_core.h
+++ b/include/libzfs_core.h
@@ -20,7 +20,7 @@
*/
/*
- * Copyright (c) 2012 by Delphix. All rights reserved.
+ * Copyright (c) 2013 by Delphix. All rights reserved.
*/
#ifndef _LIBZFS_CORE_H
@@ -58,6 +58,7 @@ int lzc_send_space(const char *snapname, const char *fromsnap,
boolean_t lzc_exists(const char *dataset);
+int lzc_rollback(const char *fsname, char *snapnamebuf, int snapnamelen);
#ifdef __cplusplus
}