dparrish / libcli

Libcli provides a shared library for including a Cisco-like command-line interface into other software. It's a telnet interface which supports command-line editing, history, authentication and callbacks for a user-definable function tree.
https://dparrish.com/link/libcli
GNU Lesser General Public License v2.1
289 stars 144 forks source link

No version defines in libcli.h #12

Open amishHammer opened 11 years ago

amishHammer commented 11 years ago

Hi,

There are no version number defines in libcli.h

This makes it hard for consumers to work out what version of the command callback prototype to use.

The change between 0.9.5 and 0.9.6 for example broke the razorback builds.

For this release I guess I will have to implement version checks with compile tests in autoconf.