Removed incorrect static from function declaration.
authorJon A. Cruz <jonc@osg.samsung.com>
Thu, 12 Mar 2015 17:17:32 +0000 (10:17 -0700)
committerSudarshan Prasad <sudarshan.prasad@intel.com>
Fri, 13 Mar 2015 16:30:44 +0000 (16:30 +0000)
commit7ae0439e4cb55b5668d1643b30d2cae412036b9e
treeff8eafa1a28c424d9eba1ee6df111037d27d88dc
parentb9a68b536d7c85115f36e913c9e0e279cdb92f42
Removed incorrect static from function declaration.

Declaring the function as 'static' in a header attempts to create a private
copy of the function in each file that includes the header. Correcting this
cleared several warnings.

Change-Id: Ie1bb47e929fb0aa5530c397e4dce275ad1e0fb0e
Signed-off-by: Jon A. Cruz <jonc@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/465
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Sachin Agrawal <sachin.agrawal@intel.com>
Reviewed-by: Joseph Morrow <joseph.l.morrow@intel.com>
Reviewed-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
resource/csdk/stack/include/internal/ocstackinternal.h