]> sigrok.org Git - libsigrok.git/blobdiff - tests/lib.h
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / tests / lib.h
index 576e06853105a7b53b2ed9dbfb039870be3b4a90..cc027ab67e8a8a4a8ea3ec2de45649c18b8d1801 100644 (file)
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef LIBSIGROK_TESTS_LIB_H
@@ -54,5 +53,6 @@ Suite *suite_version(void);
 Suite *suite_device(void);
 Suite *suite_trigger(void);
 Suite *suite_analog(void);
+Suite *suite_conv(void);
 
 #endif