summaryrefslogtreecommitdiff
path: root/lib/ext/srp.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ext/srp.h')
-rw-r--r--lib/ext/srp.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/ext/srp.h b/lib/ext/srp.h
index 432dbc8c3c..77e275dfc1 100644
--- a/lib/ext/srp.h
+++ b/lib/ext/srp.h
@@ -32,10 +32,9 @@
extern extension_entry_st ext_mod_srp;
-typedef struct
-{
- char *username;
- char *password;
+typedef struct {
+ char *username;
+ char *password;
} srp_ext_st;
#endif