summaryrefslogtreecommitdiff
path: root/test/polkittesthelper.h
diff options
context:
space:
mode:
authorNikki VonHollen <vonhollen@google.com>2011-12-20 15:11:23 -0800
committerDavid Zeuthen <davidz@redhat.com>2011-12-22 17:59:33 -0500
commit674357c20c1b6cb421fea6eb6924b274ec477c0e (patch)
treef434c0d7f0e0d5d932ce6e8b27fad31005b92d5f /test/polkittesthelper.h
parent15d2e90a54009efb31300d8b59292d71ce98a5b2 (diff)
downloadpolkit-674357c20c1b6cb421fea6eb6924b274ec477c0e.tar.gz
Bug 43610 - Add netgroup support
https://bugs.freedesktop.org/show_bug.cgi?id=43610 Added netgroup support and additional unit tests with MockLibc support. Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'test/polkittesthelper.h')
-rw-r--r--test/polkittesthelper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/polkittesthelper.h b/test/polkittesthelper.h
index c8ce161..da49b06 100644
--- a/test/polkittesthelper.h
+++ b/test/polkittesthelper.h
@@ -31,4 +31,6 @@ void polkit_test_log_handler (const gchar *log_domain,
void polkit_test_redirect_logs (void);
+gchar *polkit_test_get_data_path (const gchar *relpath);
+
#endif