diff options
Diffstat (limited to '')
-rw-r--r-- | globmatch.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/globmatch.h b/globmatch.h new file mode 100644 index 0000000..0ede2ec --- /dev/null +++ b/globmatch.h @@ -0,0 +1,7 @@ +#ifndef REPREPRO_GLOBMATCH_H +#define REPREPRO_GLOBMATCH_H + +bool globmatch(const char * /*string*/, const char */*pattern*/); + +#endif + |