summaryrefslogtreecommitdiff
path: root/src/include/regmatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/regmatch.h')
-rw-r--r--src/include/regmatch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/regmatch.h b/src/include/regmatch.h
index 1471e90..5cc2274 100644
--- a/src/include/regmatch.h
+++ b/src/include/regmatch.h
@@ -1,16 +1,16 @@
-/** --------------------------------------------------------------------
+/**
* @file regex.h
* @brief Declaration of miscellaneous regexp functions.
* @author Andreas Aardal Hanssen
* @date 2002-2005
- * ----------------------------------------------------------------- **/
+ */
+
#ifndef regex_h_included
#define regex_h_included
#include <string>
namespace Binc {
-
int regexMatch(const std::string &data_in, const std::string &p_in);
}