]> gitweb.michael.orlitzky.com - apply-default-acl.git/blobdiff - src/apply-default-acl.c
src: add prototypes for all functions.
[apply-default-acl.git] / src / apply-default-acl.c
index 1d65ca08ee15e5c5c892f739341b4bd6ff879f3a..7989c985ab8bbf4a8329a64bedab1b7330336f71 100644 (file)
  * 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.