Roxen.git/
server/
base_server/
prototypes.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-10-09
2001-10-09 15:07:12 by Henrik Grubbström (Grubba) <grubba@grubba.org>
788f0899e00c0f545c6cfe63243b54e498e7b244 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed typo.
Rev: server/base_server/prototypes.pike:1.44
4:
#include <stat.h> #include <config.h> #include <module_constants.h>
-
constant cvs_version="$Id: prototypes.pike,v 1.
43
2001/10/09
14
:
57
:
09
per
Exp $";
+
constant cvs_version="$Id: prototypes.pike,v 1.
44
2001/10/09
15
:
07
:
12
grubba
Exp $";
class Variable {
1082:
//! Return a list of all users handled by this database module. User create_user( string s )
-
//! Not
nessesarily
implemented, as an example, it's not possible to
+
//! Not
necessarily
implemented, as an example, it's not possible to
//! create users in the system user database from Roxen WebServer. //! The default implementation returns 0. {
1090:
} Group create_group( string s )
-
//! Not
nessesarily
implemented, as an example, it's not possible to
+
//! Not
necessarily
implemented, as an example, it's not possible to
//! create groups in the system user database from Roxen WebServer. //! The default implementation returns 0. {