X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=input%2Finput.c;h=40886df98968ce5f06ffac9ad71e3c2b50d01062;hb=9503583268cb322dc67b0e11d928739cbdcdb342;hp=e876dfcaa838f9cc703b608c9122d4fedb59a1c9;hpb=8368734386f3bce5c568258b830c002d2581dfc6;p=libsigrok.git diff --git a/input/input.c b/input/input.c index e876dfca..40886df9 100644 --- a/input/input.c +++ b/input/input.c @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the libsigrok project. * * Copyright (C) 2010-2012 Bert Vermeulen * @@ -51,6 +51,7 @@ /** @cond PRIVATE */ extern SR_PRIV struct sr_input_format input_chronovu_la8; +extern SR_PRIV struct sr_input_format input_csv; extern SR_PRIV struct sr_input_format input_binary; extern SR_PRIV struct sr_input_format input_vcd; extern SR_PRIV struct sr_input_format input_wav; @@ -60,6 +61,7 @@ static struct sr_input_format *input_module_list[] = { &input_vcd, &input_chronovu_la8, &input_wav, + &input_csv, /* This one has to be last, because it will take any input. */ &input_binary, NULL,