Add the author info for binding/c_mmap module

This commit is contained in:
lionsoul 2017-01-12 18:21:36 +08:00
parent 387f5a2097
commit b7376d5868
2 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@
/** /**
* create a new ip2region object * create a new ip2region object
* *
* @param dbFile path * @param dbFile path
*/ */
IP2R_API uint_t ip2region_create(ip2region_t ip2rObj, char *dbFile) IP2R_API uint_t ip2region_create(ip2region_t ip2rObj, char *dbFile)
{ {

View File

@ -2,6 +2,7 @@
* ip2region header file * ip2region header file
* *
* @author chenxin<chenxin619315@gmail.com> * @author chenxin<chenxin619315@gmail.com>
* @author Leo Ma<http://git.oschina.net/begeekmyfriend>
*/ */
#ifndef _IP2REGION_H #ifndef _IP2REGION_H