X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=libaltos%2Flibaltos.h;h=8c49346fdf3a7e45f19934c2bea1355f6b0a7bc0;hp=f90fbb879d3934a2cf1ba7251aa50dd3553cf878;hb=119a829e58aff5dd7801fe7ef8cae886bf31fec1;hpb=f7a56152808c7838c1886884bb77de2705ab076c 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);