summaryrefslogtreecommitdiff
path: root/app-crypt/zulucrypt/files/zulucrypt-5.5.0_pre20180223-fno-common.patch
blob: ea5bcd7a6d1800cfb4802623f28e7afbcd07ce67 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/zuluCrypt-cli/bin/security.h
+++ b/zuluCrypt-cli/bin/security.h
@@ -35,7 +35,7 @@ extern "C" {
  * set the function to be called when an attempt to evelate or downgrade privileges fail
  * zuluCryptSecurityPrivilegeElevationError global variable is defined in security.c
  */
-void ( *zuluCryptSecurityPrivilegeElevationError )( const char * ) ;
+extern void ( *zuluCryptSecurityPrivilegeElevationError )( const char * ) ;
 
 void zuluCryptSecuritySetPrivilegeElevationErrorFunction( void ( * ) ( const char * ) ) ;