X-Git-Url: http://gitweb.michael.orlitzky.com/?p=apply-default-acl.git;a=blobdiff_plain;f=src%2Fapply-default-acl.c;h=7989c985ab8bbf4a8329a64bedab1b7330336f71;hp=1d65ca08ee15e5c5c892f739341b4bd6ff879f3a;hb=0e4810e0a4e3ca231c1c526729d74200d7fef031;hpb=eff465edd88f0a93afb82d3107163897851b4342 diff --git a/src/apply-default-acl.c b/src/apply-default-acl.c index 1d65ca0..7989c98 100644 --- a/src/apply-default-acl.c +++ b/src/apply-default-acl.c @@ -19,6 +19,10 @@ * else for big ones. */ #define EXIT_ERROR 2 +/* Prototypes */ +bool path_accessible(const char* path); +void usage(const char* program_name); + /** * @brief Determine whether or not the given path is accessible.