aboutsummaryrefslogtreecommitdiff
path: root/includes/callbacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/callbacks.h')
-rw-r--r--includes/callbacks.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/includes/callbacks.h b/includes/callbacks.h
index 392d5767..421cff5e 100644
--- a/includes/callbacks.h
+++ b/includes/callbacks.h
@@ -1,10 +1,10 @@
/*
* HardInfo - Displays System Information
- * Copyright (C) 2003-2007 Leandro A. F. Pereira <leandro@hardinfo.org>
+ * Copyright (C) 2003-2007 L. A. F. Pereira <l@tia.mat.br>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, version 2.
+ * the Free Software Foundation, version 2 or later.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -40,5 +40,6 @@ void cb_manage_hosts();
void cb_connect_host(GtkAction * action);
void cb_local_computer();
void cb_act_as_server();
+void cb_sync_on_startup();
#endif /* __CALLBACKS_H__ */