X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=libaltos%2Flibaltos_private.h;h=ee3dd708873d39a1e05fbb51c488e0748a0a8b94;hp=56f6335b18fa6ef05d8ebcb859e25a492e077421;hb=6fdc392ef1b624c06e26e7a053c3579435c455d5;hpb=1594691ea88ca84634eea237ac8137a5bdc19f5c diff --git a/libaltos/libaltos_private.h b/libaltos/libaltos_private.h index 56f6335b..ee3dd708 100644 --- a/libaltos/libaltos_private.h +++ b/libaltos/libaltos_private.h @@ -3,7 +3,8 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of @@ -60,4 +61,7 @@ altos_flush(struct altos_file *file); int altos_fill(struct altos_file *file, int timeout); +int +altos_bt_port(struct altos_bt_device *device); + #endif /* _LIBALTOS_PRIVATE_H_ */