X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=output%2Fcommon.c;h=77914956607b54fa25a98c7ed7f98a85d454e786;hb=5c2d46d1dbfa636fb3cdbeaffdc0e9ca77c66ee1;hp=c10d4d2be932d945d2559f8cbb17a2cf55d0ae91;hpb=484760d1a8a26ba830b3d63d1451dc30985babd1;p=libsigrok.git diff --git a/output/common.c b/output/common.c index c10d4d2b..77914956 100644 --- a/output/common.c +++ b/output/common.c @@ -32,7 +32,7 @@ * @return A malloc()ed string representation of the samplerate value, * or NULL upon errors. The caller is responsible to free() the memory. */ -char *sigrok_samplerate_string(uint64_t samplerate) +char *sr_samplerate_string(uint64_t samplerate) { char *o; int r; @@ -69,7 +69,7 @@ char *sigrok_samplerate_string(uint64_t samplerate) * @return A malloc()ed string representation of the frequency value, * or NULL upon errors. The caller is responsible to free() the memory. */ -char *sigrok_period_string(uint64_t frequency) +char *sr_period_string(uint64_t frequency) { char *o; int r;