diff options
Diffstat (limited to 'src/guestfs-actions.h')
-rw-r--r-- | src/guestfs-actions.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/guestfs-actions.h b/src/guestfs-actions.h new file mode 100644 index 00000000..31ee7349 --- /dev/null +++ b/src/guestfs-actions.h @@ -0,0 +1,24 @@ +/* libguestfs generated file + * WARNING: THIS FILE IS GENERATED BY 'src/generator.ml'. + * ANY CHANGES YOU MAKE TO THIS FILE WILL BE LOST. + * + * Copyright (C) 2009 Red Hat Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +extern int guestfs_mount (guestfs_h *handle, const char *device, const char *mountpoint); +extern int guestfs_sync (guestfs_h *handle); +extern int guestfs_touch (guestfs_h *handle, const char *path); |