From e0a18f0853dd7a0cf0533ae0d10da9d19b116767 Mon Sep 17 00:00:00 2001 From: FlavioJS Date: Mon, 9 Apr 2007 20:21:17 +0000 Subject: * Recoded and renamed the trim function in strlib to normalize_name. (didn't behave like a standard trim function, see function comment for what it does) * Added a proper trim function to strlib. * Other minor cleanups. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10199 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/npc.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/map/npc.h') diff --git a/src/map/npc.h b/src/map/npc.h index accfc13e2..0ef12de7f 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -65,7 +65,7 @@ int npc_get_new_npc_id(void); void npc_addsrcfile(const char* name); void npc_delsrcfile(const char* name); -void npc_parsesrcfile(char *); +void npc_parsesrcfile(const char* name); int do_final_npc(void); int do_init_npc(void); int npc_event_do_oninit(void); @@ -87,8 +87,6 @@ int npc_reload(void); void npc_read_event_script(void); int npc_script_event(TBL_PC* sd, int type); -extern char *current_file; - struct npc_data *fake_nd; #endif /* _NPC_H_ */ -- cgit v1.2.3-60-g2f50