blob: cb3e507e3af251c621f6709ac77d51f1336be93b (
plain)
1
2
3
4
5
|
Design notes for client library restructure:
1 - no references to cli_state should exist in libcli/raw.
2 - all interfaces to functions in this directory should use cli_session or cli_tree as
the primary context structure
|