diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-09 14:51:17 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-09 14:51:17 +0000 |
commit | 82e095822ab5b3638dad0beef8d974d155fc7d2d (patch) | |
tree | 20aab3e676eff19703eba55d048b09542602c936 /src/map/npc.h | |
parent | 78d148b352731f8af910251e3700d3eaa9d59cf7 (diff) | |
download | hercules-82e095822ab5b3638dad0beef8d974d155fc7d2d.tar.gz hercules-82e095822ab5b3638dad0beef8d974d155fc7d2d.tar.bz2 hercules-82e095822ab5b3638dad0beef8d974d155fc7d2d.tar.xz hercules-82e095822ab5b3638dad0beef8d974d155fc7d2d.zip |
* Cleanups at npc source file adding/removing. (one variable has been removed)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10195 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/npc.h')
-rw-r--r-- | src/map/npc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/npc.h b/src/map/npc.h index 1d5a43367..accfc13e2 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -63,8 +63,8 @@ struct npc_data* npc_name2id(const char *name); int npc_get_new_npc_id(void); -void npc_addsrcfile(char *); -void npc_delsrcfile(char *); +void npc_addsrcfile(const char* name); +void npc_delsrcfile(const char* name); void npc_parsesrcfile(char *); int do_final_npc(void); int do_init_npc(void); |