summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@novell.com>2010-02-16 20:24:40 +0100
committerVincent Untz <vuntz@novell.com>2010-02-16 20:24:40 +0100
commit19362203486ff2f4ef50027a0de55bc41c48ba67 (patch)
tree51c118016871ecade8f469a196d947c999bcc8c9
parent64462f01fe8ff373cd21a6905b1ef0e433ee3be0 (diff)
Make _cph_mechanism_get_callers_user_name() static
-rw-r--r--src/cups-pk-helper-mechanism.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cups-pk-helper-mechanism.c b/src/cups-pk-helper-mechanism.c
index 707a016..457799b 100644
--- a/src/cups-pk-helper-mechanism.c
+++ b/src/cups-pk-helper-mechanism.c
@@ -413,7 +413,7 @@ _cph_mechanism_get_action_for_name (CphMechanism *mechanism,
return "printer-remote-edit";
}
-char *
+static char *
_cph_mechanism_get_callers_user_name (CphMechanism *mechanism,
DBusGMethodInvocation *context)
{