Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
375 B

  1. // from ipseccmd.cpp
  2. extern char STRLASTERR[]; // used for error macro
  3. extern TCHAR pszIpsecpolPrefix[];
  4. extern _TUCHAR szServ[POTF_MAX_STRLEN];
  5. extern bool bLocalMachine;
  6. typedef struct _ShowOptions {
  7. bool bFilters;
  8. bool bPolicies;
  9. bool bAuth;
  10. bool bStats;
  11. bool bSAs;
  12. } ShowOptions;
  13. extern ShowOptions ipseccmdShow;
  14. // from print.cpp
  15. TCHAR oak_auth[][25];