xrdp/sesman/tools
Pavel Roskin 6664aac00f Use "void" for empty argument list in declarations
In C, an empty argument list in a declaration means that the function
can accept any arguments. Use "void" instead, it means "no arguments".

C++ treats void and empty list as "no arguments".
2017-01-05 17:27:20 -08:00
..
Makefile.am fix build with --enable-xrdpdebug=yes 2017-01-04 19:20:44 +00:00
config.c Don't use a symlink where #include would suffice 2016-01-26 23:22:05 -08:00
dis.c coverity: fixed issue argument cannot be negative 2014-07-23 19:07:38 -07:00
sesadmin.c Use "void" for empty argument list in declarations 2017-01-05 17:27:20 -08:00
sesrun.c sesrun: remove unused g_sck and write-only g_pid 2016-09-08 20:26:19 -07:00
sestest.c Use enum logLevels consistently for log levels 2016-07-08 04:29:57 +00:00
tcp.c Fix typos 2016-02-13 20:41:07 -08:00
tcp.h copyright year update 2013-06-08 10:51:53 -07:00
xcon.c xcon: include unistd.h, it's needed for select() on MacOS 2016-02-12 23:52:45 -08:00