pike.git/
src/
mapping.h
Branch:
Tag:
Non-build tags
All tags
No tags
2004-03-22
2004-03-22 19:35:44 by Martin Stjernholm <mast@lysator.liu.se>
adb3b122e8d8d5554bf5fdb36edf280dffdd021b (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Avoid a const warning.
Rev: src/mapping.c:1.178
Rev: src/mapping.h:1.53
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: mapping.h,v 1.
52
2004/
02
/
10
22:
20
:
29
mast Exp $
+
|| $Id: mapping.h,v 1.
53
2004/
03
/
22
19
:
35
:
44
mast Exp $
*/ #ifndef MAPPING_H
132:
struct pike_string *p, struct pike_string *val); PMOD_EXPORT struct svalue *simple_mapping_string_lookup(struct mapping *m,
-
char *p);
+
const
char *p);
PMOD_EXPORT struct svalue *mapping_mapping_lookup(struct mapping *m, struct svalue *key1, struct svalue *key2,