summaryrefslogtreecommitdiffstats
path: root/src/ply-boot-splash-plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ply-boot-splash-plugin.h')
-rw-r--r--src/ply-boot-splash-plugin.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ply-boot-splash-plugin.h b/src/ply-boot-splash-plugin.h
index 6bb8c2d..3b54dfa 100644
--- a/src/ply-boot-splash-plugin.h
+++ b/src/ply-boot-splash-plugin.h
@@ -30,7 +30,7 @@
typedef struct _ply_boot_splash_plugin ply_boot_splash_plugin_t;
-typedef struct
+typedef struct
{
ply_boot_splash_plugin_t * (* create_plugin) (void);
void (* destroy_plugin) (ply_boot_splash_plugin_t *plugin);
@@ -42,6 +42,8 @@ typedef struct
void (* attach_to_event_loop) (ply_boot_splash_plugin_t *plugin,
ply_event_loop_t *loop);
+ char * (* ask_for_password) (ply_boot_splash_plugin_t *plugin);
+
} ply_boot_splash_plugin_interface_t;
#endif /* PLY_BOOT_SPLASH_PLUGIN_H */