TNCS: Mark functions static
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 23 Jun 2016 22:46:33 +0000 (01:46 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 24 Jun 2016 16:02:47 +0000 (19:02 +0300)
commit99a716ac917fcf93053b0f09759d07954e8133df
treeeb32051fdee2ecd3707c44440b6dce1577f42615
parent799a7ed8a9f1f8e76ed91c3a9f3d31c7942c0d6c
TNCS: Mark functions static

These are called through function pointers, so no need to make the
function symbols directly available outside this file.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/eap_server/tncs.c