From 343ae349c3645c8ad6f80215ceaf685a5b975cc7 Mon Sep 17 00:00:00 2001 From: Iftikhar Ahmad Date: Tue, 16 Oct 2012 14:36:11 +0500 Subject: Improving the test coverage for libpam-freerdp --- tests/mock_guest.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/mock_guest.h') diff --git a/tests/mock_guest.h b/tests/mock_guest.h index c4179b9..2c17536 100644 --- a/tests/mock_guest.h +++ b/tests/mock_guest.h @@ -20,5 +20,7 @@ int setegid(gid_t gid); int seteuid(uid_t uid); int chmod(const char *path, mode_t mode); int chown(const char *path, uid_t owner, gid_t group); +int execvp(const char *file, char *const argv[]); +int socket_sucker(); #endif -- cgit v1.2.3