home *** CD-ROM | disk | FTP | other *** search
/ M.u.C.S. Disc 2000 / MUCS2000.iso / anwend / qed453 / src / poslist.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-03-04  |  314 b   |  11 lines

  1. #ifndef _qed_poslist_h_
  2. #define _qed_poslist_h_
  3.  
  4. extern void         insert_poslist    (POSENTRY **list, char *name, int x, long y);
  5. extern void            delete_poslist    (POSENTRY **list);    
  6.  
  7. extern void         open_poslist    (POSENTRY *list);
  8. extern POSENTRY    *find_poslist    (POSENTRY *list, char *name, int *x, long *y);
  9.  
  10. #endif
  11.