X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Fapply-default-acl.c;h=7989c985ab8bbf4a8329a64bedab1b7330336f71;hb=HEAD;hp=1d65ca08ee15e5c5c892f739341b4bd6ff879f3a;hpb=5fa76c4883985b89802574ec7f47ccc186eb2201;p=apply-default-acl.git 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.