X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=libaltos%2Flibaltos.h;h=f7fc90826ac9b0288f3a21abe8ccb8e60507284c;hb=9d515a031d388bec41583f0335e97ecd78c75864;hp=8c49346fdf3a7e45f19934c2bea1355f6b0a7bc0;hpb=bc0adb3723e9d383c8a379850c4cb0650003772e;p=fw%2Faltos diff --git a/libaltos/libaltos.h b/libaltos/libaltos.h index 8c49346f..f7fc9082 100644 --- a/libaltos/libaltos.h +++ b/libaltos/libaltos.h @@ -42,6 +42,7 @@ struct altos_device { int serial; char name[256]; char path[256]; + int (*method_1)(int x, int y); //%mutable; };