Annotation of embedtools/inc/upd.h, revision 1.1.2.6
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.6 ! misho 11: int Daemonize(struct sockaddr_in, const char *);
1.1.2.2 misho 12:
13:
1.1.2.1 misho 14: #endif
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>