updated header

This commit is contained in:
Felix Geyer
2004-02-08 11:31:54 +00:00
parent 983356c77e
commit 4478bb378f
10 changed files with 226 additions and 258 deletions

View File

@@ -1,14 +1,11 @@
/* Vault
*
* (c) 2002-2003, OLO
* (c) 2002-2004, OLO
* modified by BAILOPAN, Manip, PM, SniperBeamer
*
* This file is provided as is (no warranties).
*/
#if defined _vault_included
#endinput
#endif
#define _vault_included
/* Reads a data from given key.
* If len is set to zero then get_vaultdata
* returns value as an number. */
@@ -21,4 +18,4 @@ native set_vaultdata(const key[], const data[] = "" );
native remove_vaultdata(const key[]);
/* Checks if a key exists in the vault.*/
native vaultdata_exists(const key[]);
native vaultdata_exists(const key[]);