summary refs log tree commit diff stats
path: root/src/common/scram.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/scram.h')
-rw-r--r--src/common/scram.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/scram.h b/src/common/scram.h
index d8f1429c..68672448 100644
--- a/src/common/scram.h
+++ b/src/common/scram.h
@@ -43,7 +43,7 @@ typedef enum
 	SCRAM_SUCCESS
 } scram_status;
 
-scram_session *scram_create_session (const char *digset, const char *username, const char *password);
+scram_session *scram_session_create (const char *digset, const char *username, const char *password);
 void scram_free_session (scram_session *session);
 scram_status scram_process (scram_session *session, const char *input, char **output, size_t *output_len);