summaryrefslogtreecommitdiff
path: root/src/include/authenticate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/authenticate.h')
-rw-r--r--src/include/authenticate.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/include/authenticate.h b/src/include/authenticate.h
index 0ef6796..a3d63ce 100644
--- a/src/include/authenticate.h
+++ b/src/include/authenticate.h
@@ -6,13 +6,15 @@
* ----------------------------------------------------------------- **/
#ifndef authenticate_h_included
#define authenticate_h_included
-#include <string>
-
#include "depot.h"
+#include <string>
+
namespace Binc {
- int authenticate(Depot &, const std::string &username,
- const std::string &password, const std::string &challenge);
+ int authenticate(Depot &,
+ const std::string &username,
+ const std::string &password,
+ const std::string &challenge);
}
#endif