Changeset 8022 for trunk/tools


Ignore:
Timestamp:
Feb 26, 2002, 6:25:37 PM (24 years ago)
Author:
bird
Message:

FtpLoadFuncs..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/DailyBuild/odin32db.cmd

    r7229 r8022  
    1 /* $Id: odin32db.cmd,v 1.5 2001-10-26 20:53:02 bird Exp $
     1/* $Id: odin32db.cmd,v 1.6 2002-02-26 17:25:37 bird Exp $
    22 *
    33 * Updates the Odin32 API database.
    44 *
    5  * Copyright (c) 1999-2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5 * Copyright (c) 1999-2002 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
    88 *
    99 */
    10     /* load rexxutils functions */
     10    /* load rexxutils functions and Ftp Utils. */
    1111    call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs';
    1212    call SysloadFuncs;
     13    call RxFuncAdd 'FtpLoadFuncs','rxFtp','FtpLoadFuncs';
     14    call FtpLoadFuncs;
    1315
    1416    /*
Note: See TracChangeset for help on using the changeset viewer.