summaryrefslogtreecommitdiff
path: root/src/generators.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/generators.h')
-rw-r--r--src/generators.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/generators.h b/src/generators.h
index c284f37..bff6cde 100644
--- a/src/generators.h
+++ b/src/generators.h
@@ -70,6 +70,18 @@ gboolean write_html_image (TGallerySetup *setup,
TIndexItem *item,
TAlbum *parent_items);
+/*
+ * write_auth_passwd_file, write_auth_htaccess_file: setup authentication files for the current album
+ *
+ */
+gboolean write_auth_passwd_file (TGallerySetup *setup,
+ const gchar *dst,
+ TAlbum *items);
+gboolean write_auth_htaccess_file (TGallerySetup *setup,
+ const gchar *dst,
+ const gchar *passwd_file_name,
+ TAlbum *items);
+
G_END_DECLS