summaryrefslogtreecommitdiff
path: root/src/char/int_homun.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/char/int_homun.h')
-rw-r--r--src/char/int_homun.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/char/int_homun.h b/src/char/int_homun.h
index 1c0d76269..e7976d51a 100644
--- a/src/char/int_homun.h
+++ b/src/char/int_homun.h
@@ -10,8 +10,8 @@ int inter_homunculus_sql_init(void);
void inter_homunculus_sql_final(void);
int inter_homunculus_parse_frommap(int fd);
-bool mapif_homunculus_save(struct s_homunculus* hd);
-bool mapif_homunculus_load(int homun_id, struct s_homunculus* hd);
+bool mapif_homunculus_save(struct s_homunculus *hd);
+bool mapif_homunculus_load(int homun_id, struct s_homunculus *hd);
bool mapif_homunculus_delete(int homun_id);
bool mapif_homunculus_rename(char *name);