Annotation of embedtools/inc/upd.h, revision 1.1.2.3

1.1.2.1   misho       1: #ifndef __UPD_H
                      2: #define __UPD_H
                      3: 
                      4: 
1.1.2.2   misho       5: int Activate(const char *);
1.1.2.3 ! misho       6: int Rollback(const char *);
        !             7: int tFTP(const char *, const char *);
        !             8: int Backup(const char *, const char *);
        !             9: int Clean(const char *);
1.1.2.2   misho      10: 
                     11: 
1.1.2.1   misho      12: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>