config.h
上传用户:jinandeyu
上传日期:2007-01-05
资源大小:620k
文件大小:1k
源码类别:

远程控制编程

开发平台:

WINDOWS

  1. /*  Back Orifice 2000 - Remote Administration Suite
  2.     Copyright (C) 1999, Cult Of The Dead Cow
  3.     This file is free software, and not subject to GNU Public License
  4. restrictions; you can redistribute it and/or modify it in any way 
  5. you see fit. This file is suitable for inclusion in a derivative
  6. work, regardless of license on the work or availability of source code
  7. to the work. If you redistribute this file, you must leave this
  8. header intact.
  9.     
  10. This program is distributed in the hope that it will be useful,
  11.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  12.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
  13. The author of this program may be contacted at dildog@l0pht.com. */
  14. #ifndef __INC_CONFIG_H
  15. #define __INC_CONFIG_H
  16. char *GetCfgStr(char *cfgstr,char *key);
  17. int GetCfgNum(char *cfgstr,char *key);
  18. int GetCfgBool(char *cfgstr,char *key);
  19. #endif