Changeset 1029 for trunk/dll/command.h


Ignore:
Timestamp:
Jun 23, 2008, 3:30:16 AM (17 years ago)
Author:
Gregg Young
Message:

Fixed early memory free; Added free_... functions to make fortify checking easier; Added fortify scopes; Delete now moves to trash can on systems with the xworkplace trash can installed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/command.h

    r1015 r1029  
    1010
    1111  01 Mar 08 GKY Move from fm3dll.h to here
     12  22 Jun 08 GKY Moved free_commands here for fortify checking
    1213
    1314***********************************************************************/
     
    2425CHAR *command_title(INT cx);
    2526VOID load_commands(VOID);
     27VOID free_commands(VOID);
    2628
    2729typedef struct LINKCMDS
Note: See TracChangeset for help on using the changeset viewer.