summaryrefslogtreecommitdiffstats
path: root/hicn-light/src/hicn/core/connectionTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'hicn-light/src/hicn/core/connectionTable.h')
-rw-r--r--hicn-light/src/hicn/core/connectionTable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hicn-light/src/hicn/core/connectionTable.h b/hicn-light/src/hicn/core/connectionTable.h
index bd8f553c2..548ef8e6e 100644
--- a/hicn-light/src/hicn/core/connectionTable.h
+++ b/hicn-light/src/hicn/core/connectionTable.h
@@ -84,7 +84,7 @@ const Connection *connectionTable_FindByAddressPair(ConnectionTable *table,
* @abstract Find a connection by its numeric id.
* @return NULL if not found
*/
-const Connection *connectionTable_FindById(ConnectionTable *table, unsigned id);
+const Connection *connectionTable_FindById(const ConnectionTable *table, unsigned id);
/**
* @function connectionTable_GetEntries