summaryrefslogtreecommitdiff
path: root/src/irmd/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/irmd/utils.h')
-rw-r--r--src/irmd/utils.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/irmd/utils.h b/src/irmd/utils.h
index 01a58e38..763e654a 100644
--- a/src/irmd/utils.h
+++ b/src/irmd/utils.h
@@ -20,11 +20,6 @@
* Foundation, Inc., http://www.fsf.org/about/contact/.
*/
-/*
- * Checks whether the string argument matches the pattern argument,
- * which is a wildcard pattern.
- */
-
#ifndef OUROBOROS_IRMD_UTILS_H
#define OUROBOROS_IRMD_UTILS_H
@@ -40,9 +35,6 @@ struct pid_el {
pid_t pid;
};
-int wildcard_match(const char * pattern,
- const char * string);
-
/* functions for copying and destroying arguments list */
char ** argvdup(char ** argv);