X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=libaltos%2Flibaltos.h;h=8c49346fdf3a7e45f19934c2bea1355f6b0a7bc0;hp=f90fbb879d3934a2cf1ba7251aa50dd3553cf878;hb=72bcff4c1af10571314e5cbbe29f073de818088e;hpb=669cde8a87d88ceae89e369c1d38b88c9f8198cf diff --git a/libaltos/libaltos.h b/libaltos/libaltos.h index f90fbb87..8c49346f 100644 --- a/libaltos/libaltos.h +++ b/libaltos/libaltos.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 @@ -73,6 +74,9 @@ altos_get_last_error(struct altos_error *error); PUBLIC struct altos_list * altos_list_start(void); +PUBLIC struct altos_list * +altos_ftdi_list_start(void); + /* Returns 1 for success, zero on end of list */ PUBLIC int altos_list_next(struct altos_list *list, struct altos_device *device);