home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: Alpha / Whiteline Alpha.iso / progtool / c / xacclib / xacc_ext.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-09-22  |  448 b   |  18 lines

  1. /* für die XACC-Bibliothek benötigte Funktionen
  2.  
  3.     (c) 1993 Harald Sommerfeldt @ KI
  4.     E-Mail:  Harald_Sommerfeldt@ki.maus.de
  5. */
  6.  
  7. #ifndef __MYDIAL__
  8. /* Cookie suchen; kompatibel zu den MyLibs von Olaf Meisiek @ FL */
  9. int    getcookie( long cookie, long *value );
  10. #endif
  11.  
  12. #ifdef __GNUC__
  13. #include "gemext.h"
  14.  
  15. /* New function for the MultiTOS AES */
  16. extern int appl_search(int ap_smode, char *ap_sname, int *ap_stype, int *ap_sid);
  17. #endif
  18.