clixon/apps
shmuels 58ea4eba27 Changed code so that it will be compatible with c++.
1. Added #ifdef extern "C" to public header files.
2. Changed variables that are key words in c++, to different names (like ns instead of namespace).
3. Changed char* to const char* for constant strings.
2020-07-02 15:00:53 +03:00
..
backend Changed code so that it will be compatible with c++. 2020-07-02 15:00:53 +03:00
cli Changed code so that it will be compatible with c++. 2020-07-02 15:00:53 +03:00
netconf Replaced the global variable debug with access function: clicon_debug_get(). 2020-06-09 16:04:49 +02:00
restconf Changed code so that it will be compatible with c++. 2020-07-02 15:00:53 +03:00
Makefile.in Changed --with-restconf directive to have package as argument, with either null, evhtp or fcgi. 2020-06-04 11:26:38 +02:00