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

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.4   misho       6: int Install(const char *, const char *);
1.1.2.3   misho       7: int Rollback(const char *);
                      8: int tFTP(const char *, const char *);
1.1.2.5 ! misho       9: int Backup(const char *);
1.1.2.3   misho      10: int Clean(const char *);
1.1.2.2   misho      11: 
                     12: 
1.1.2.1   misho      13: #endif

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