Andrew Lee (李健秋) b0579f4648
Adding upstream version 0.9.0.
Signed-off-by: Andrew Lee (李健秋) <ajqlee@debian.org>
2015-08-13 06:29:07 +08:00

10 lines
156 B
C

#ifndef __install_h
#define __install_h
#include <glib.h>
gchar* archive_install (const gchar *path);
void archive_create (const gchar *path);
#endif