Move extern declarations for ext_password backends into a header file
authorJouni Malinen <j@w1.fi>
Fri, 24 Jun 2016 14:30:26 +0000 (17:30 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 24 Jun 2016 16:02:58 +0000 (19:02 +0300)
commit82ffcba755eb546c12d384554402e0eefd1816eb
tree9d7cf3094a2c18095bee965bb317f93469bdebeb
parentaffdd335919192d78652fe36d0283d8cf04b0ca2
Move extern declarations for ext_password backends into a header file

This gets rid of a sparse warning and also allows the compatibility of
the declarations to be verified (a missing const declaration is fixed
here as well).

Signed-off-by: Jouni Malinen <j@w1.fi>
src/utils/ext_password.c
src/utils/ext_password_i.h