diff options
author | Vincent Untz <vuntz@novell.com> | 2009-02-28 03:03:56 +0100 |
---|---|---|
committer | Vincent Untz <vuntz@novell.com> | 2009-02-28 03:03:56 +0100 |
commit | d6379339afde8b13005eb0ca45d547cbd190e636 (patch) | |
tree | dfb77a7cfa020743b240887ee4fd41959ab3ddd3 | |
parent | af296830e6493a3fc3286da8445de81b054a2343 (diff) |
Make cph_cups_reconnect() static.
-rw-r--r-- | src/cups.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -177,7 +177,7 @@ cph_cups_init (CphCups *cups) cups->priv->internal_status = NULL; } -gboolean +static gboolean cph_cups_reconnect (CphCups *cups) { int return_value = -1; |