summaryrefslogtreecommitdiff
path: root/misc/src/char/int_pet.h
blob: 993f913abe559ed35d7139c3dc8ffa50177f0036 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// $Id: int_pet.h,v 1.1.1.1 2004/09/10 17:26:51 MagicalTux Exp $
#ifndef _INT_PET_H_
#define _INT_PET_H_

int inter_pet_init();
int inter_pet_save();
int inter_pet_delete(int pet_id);

int inter_pet_parse_frommap(int fd);

extern char pet_txt[1024];

#endif