Remove bt_/BT_ prefixes throughout
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 5 Dec 2019 18:57:11 +0000 (13:57 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 5 Dec 2019 18:57:54 +0000 (13:57 -0500)
commit1c9a6bde7e12e1978e8e47764913a91b7407e9b5
treea7e8aae4f3a1778800fd8c7ee3a56a296058ce1d
parent44e278df0df76731e2f337cb6be3322557aaeead
Remove bt_/BT_ prefixes throughout

Since this is not longer part of Babeltrace, remove the bt_/BT_
prefixes.  This was done mechanically using:

    sed -i -e 's/BT_ARGPAR/ARGPAR/g' -e 's/bt_argpar/argpar/g'

Hopefully there isn't too much collateral damage.

Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
argpar/argpar.c
argpar/argpar.h
tests/test_argpar.c
This page took 0.023268 seconds and 4 git commands to generate.