pike.git/
src/
global.h
Branch:
Tag:
Non-build tags
All tags
No tags
2003-12-07
2003-12-07 19:42:03 by Marcus Comstedt <marcus@mc.pp.se>
74b3d33a49cc103c6e35d970e7db11ffd4a5521e (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
const to the people!
Rev: src/crypt.c:1.9
Rev: src/global.h:1.95
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: global.h,v 1.
94
2003/
11
/07
18
:
28
:
05
mast
Exp $
+
|| $Id: global.h,v 1.
95
2003/
12
/07
19
:
42
:
03
marcus
Exp $
*/ #ifndef GLOBAL_H
472:
#endif #ifdef USE_CRYPT_C
-
char *crypt(char *, char *);
+
char *crypt(
const
char *,
const
char *);
#endif /* USE_CRYPT_C */ /* If this define is present, error() has been renamed to Pike_error() and