Typen einiger Funktionen ergaenzt.
Kampf den mixed-Funktionen!
Change-Id: Ib30f3e9e42545fdedad8d9988855095ac0fe8d39
diff --git a/secure/explorationmaster.c b/secure/explorationmaster.c
index 8ca09d6..6bcb346 100644
--- a/secure/explorationmaster.c
+++ b/secure/explorationmaster.c
@@ -589,7 +589,7 @@
}
}
-nomask mixed *QueryExplore()
+nomask <string*|int>* QueryExplore()
{
string fn;
@@ -603,7 +603,7 @@
}
vc_ob = 0;
- return ({ obs[fn, MPOS_TYPE], obs[fn] });
+ return ({ obs[fn, MPOS_TYPE], obs[fn, MPOS_KEY] });
}
nomask int QueryMaxEP()