diff options
| author | Andreas Schneider <mail@cynapses.org> | 2009-10-10 10:46:59 +0200 |
|---|---|---|
| committer | Andreas Schneider <mail@cynapses.org> | 2009-10-10 10:52:04 +0200 |
| commit | b1bc283e9a37333c3989e263421761e4611ccbfe (patch) | |
| tree | 9228ee39220bd6d525e2c945d4f3c772a6feca72 /include/libssh | |
| parent | be75fac7ff4e66ededa6d4353d99507fab4ebf42 (diff) | |
| download | libssh-b1bc283e9a37333c3989e263421761e4611ccbfe.tar.gz libssh-b1bc283e9a37333c3989e263421761e4611ccbfe.tar.xz libssh-b1bc283e9a37333c3989e263421761e4611ccbfe.zip | |
Rename callback header file.
Diffstat (limited to 'include/libssh')
| -rw-r--r-- | include/libssh/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | include/libssh/callbacks.h (renamed from include/libssh/callback.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/CMakeLists.txt b/include/libssh/CMakeLists.txt index 11b6d194..359b6d2f 100644 --- a/include/libssh/CMakeLists.txt +++ b/include/libssh/CMakeLists.txt @@ -1,7 +1,7 @@ project(libssh-headers C) set(libssh_HDRS - callback.h + callbacks.h libssh.h crypto.h ssh2.h diff --git a/include/libssh/callback.h b/include/libssh/callbacks.h index 25f071a7..25f071a7 100644 --- a/include/libssh/callback.h +++ b/include/libssh/callbacks.h |
