Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/nccl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils.h')
-rw-r--r--src/include/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utils.h b/src/include/utils.h
index 29b72ad..93e72c8 100644
--- a/src/include/utils.h
+++ b/src/include/utils.h
@@ -20,6 +20,6 @@ struct netIf {
};
int parseStringList(const char* string, struct netIf* ifList, int maxList);
-bool matchIfList(const char* string, int port, struct netIf* ifList, int listSize);
+bool matchIfList(const char* string, int port, struct netIf* ifList, int listSize, bool matchExact);
#endif