Rename some .c-files, removing gw-prefix

May require reconfiguring the build. Some "gw":s are still
remaining, at least in test files.
This commit is contained in:
Esa Korhonen
2017-01-20 10:21:54 +02:00
parent 6e38276a20
commit 6dc6d6280a
6 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@
*/
/**
* @file gwbitmask.h An implementation of an arbitrarily long bitmask
* @file bitmask.h An implementation of an arbitrarily long bitmask
*
* @verbatim
* Revision History

View File

@ -13,7 +13,7 @@
*/
/**
* @file gw_ssl.h
* @file ssl.h
*
* The SSL definitions for MaxScale
*