|
|
1.1 root 1: /* SMBVARS.C */
2:
3: /*************************************************************************/
4: /* Global variables for SMBLIB. Same file used for both header and code. */
5: /*************************************************************************/
6:
7: #ifndef GLOBAL
8: #define GLOBAL
9: #endif
10:
11: #include "smbdefs.h"
12: #include <stdio.h>
13:
14: GLOBAL char smb_file[128]; /* path and filename for SMB file (no ext) */
15: GLOBAL char shd_buf[SHD_BLOCK_LEN];
16: GLOBAL FILE *sdt_fp;
17: GLOBAL FILE *shd_fp;
18: GLOBAL FILE *sid_fp;
19: GLOBAL FILE *sda_fp;
20: GLOBAL FILE *sha_fp;
21: GLOBAL FILE *sch_fp;
22:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.