int_homun.h 382 B

123456789101112131415
  1. // Copyright (c) Athena Dev Teams - Licensed under GNU GPL
  2. // For more information, see LICENCE in the main folder
  3. #ifndef _INT_HOMUN_H_
  4. #define _INT_HOMUN_H_
  5. int inter_homun_init(void);
  6. void inter_homun_final(void);
  7. int inter_homun_save(void);
  8. int inter_homun_delete(int homun_id);
  9. int inter_homun_parse_frommap(int fd);
  10. extern char homun_txt[1024];
  11. #endif /* _INT_HOMUN_H_ */