chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge tag 'branchpoint-5.1' into release
[disorder]
/
lib
/
authhash.h
diff --git
a/lib/authhash.h
b/lib/authhash.h
index 8604a13948f1a81e602ea15992a87ecc15c35c29..7b73d67ea7acfd8a3b7df235ecbf4b945c40d395 100644
(file)
--- a/
lib/authhash.h
+++ b/
lib/authhash.h
@@
-1,6
+1,6
@@
/*
* This file is part of DisOrder.
/*
* This file is part of DisOrder.
- * Copyright (C) 2004, 2006
, 2007, 2008
Richard Kettlewell
+ * Copyright (C) 2004, 2006
-2009
Richard Kettlewell
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@
-19,8
+19,8
@@
#ifndef AUTHHASH_H
#define AUTHHASH_H
#ifndef AUTHHASH_H
#define AUTHHASH_H
-c
onst c
har *authhash(const void *challenge, size_t nchallenge,
-
const char *user, const char *algo);
+char *authhash(const void *challenge, size_t nchallenge,
+ const char *user, const char *algo);
int valid_authhash(const char *algo);
#endif /* AUTHHASH_H */
int valid_authhash(const char *algo);
#endif /* AUTHHASH_H */