X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=ao-tools%2Flibaltos%2Flibaltos.h;h=53026e0a755fa4d16609d27ec15c68602d15f47b;hb=53c279b9e96da8b69837ae84038a78ca5707f2a5;hp=782f244eb6dd68b7682744f2ee43c2e70b3bce45;hpb=c726d8f6eb861801d7543552beab6ee2c920c96f;p=fw%2Faltos diff --git a/ao-tools/libaltos/libaltos.h b/ao-tools/libaltos/libaltos.h index 782f244e..53026e0a 100644 --- a/ao-tools/libaltos/libaltos.h +++ b/ao-tools/libaltos/libaltos.h @@ -42,6 +42,8 @@ altos_open(struct altos_device *device); void altos_close(struct altos_file *file); +void altos_free(struct altos_file *file); + int altos_putchar(struct altos_file *file, char c);