Changeset 1159 for trunk/dll/autoview.c


Ignore:
Timestamp:
Sep 5, 2008, 11:41:13 PM (17 years ago)
Author:
John Small
Message:

Ticket 187: Draft 1: Functions only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/autoview.c

    r1078 r1159  
    4343#include "errutil.h"                    // Dos_Error...
    4444#include "strutil.h"                    // GetPString
     45#include "autoview.h"
     46#include "defview.h"                    // DefaultView
     47#include "valid.h"                      // IsBinary
    4548#include "fm3dll.h"
    4649
     
    5457static CHAR stopflag;
    5558static CHAR currfile[CCHMAXPATH];
     59
     60static BOOL PutComments(HWND hwnd, CHAR * filename, CHAR * comments);
     61static BOOL WriteEA(HWND hwnd, CHAR * filename, CHAR * eaname, USHORT type,
     62             CHAR * data);
    5663
    5764BOOL WriteEA(HWND hwnd, CHAR * filename, CHAR * eaname, USHORT type,
Note: See TracChangeset for help on using the changeset viewer.