addressbook.h
上传用户:s81996212
上传日期:2007-01-04
资源大小:722k
文件大小:0k
源码类别:

WEB邮件程序

开发平台:

C/C++

  1. /*
  2. ** $Id: addressbook.h,v 1.2 2000/06/03 05:40:27 mrsam Exp $
  3. */
  4. #ifndef addressbook_h
  5. #define addressbook_h
  6. #include <stdio.h>
  7. extern void addressbook();
  8. extern void ab_listselect();
  9. extern void ab_listselect_fp(FILE *);
  10. const char *ab_find(const char *);
  11. #endif