wmkeys compilation bugs
commit4fad0812e8bfdb26b3c10af81136dbc75ab1abc2
authorRodolfo García Peñas (kix) <kix@kix.es>
Sat, 15 Aug 2015 22:22:49 +0000 (16 00:22 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 16 Aug 2015 08:41:07 +0000 (16 09:41 +0100)
tree2e58252aa82a19b98c785b64440448ceea4ef7ea
parent1d92de9867b756ba2efc84017e3a0897df88283d
wmkeys compilation bugs

This patch solves a bug and a warning:

- The dockapp wmkeys uses the getline function, that is the same
  function provided by stdio.h. This patch changes the function
  name to getline_wmkeys.
- The main function returns void, and should return integer. This
  patch includes the return 0 at the function end and it changes
  the function prototype.

Signed-off-by: Rodolfo García Peñas (kix) <kix@kix.es>
wmkeys/wmkeys.c