[hipl-commit] [trunk] Rev 3957: Declare empty parameter list of hip_agent_is_alive() as 'void'.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 16 Mar 2010 17:03:32 +0200

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 16/03/2010 at 17:03:32
Revision: 3957
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Declare empty parameter list of hip_agent_is_alive() as 'void'.

Modified:
  M  hipd/accessor.c

=== modified file 'hipd/accessor.c'
--- hipd/accessor.c     2010-03-16 12:48:19 +0000
+++ hipd/accessor.c     2010-03-16 15:02:51 +0000
@@ -63,7 +63,7 @@
  *
  * @return non-zero, if agent is alive.
  */
-int hip_agent_is_alive()
+int hip_agent_is_alive(void)
 {
 #ifdef CONFIG_HIP_AGENT
     return hip_agent_status;

Other related posts:

  • » [hipl-commit] [trunk] Rev 3957: Declare empty parameter list of hip_agent_is_alive() as 'void'. - Diego Biurrun