whitelist.h
来自「GSM猫管理程序」· C头文件 代码 · 共 27 行
H
27 行
/*SMS Server Tools 3Copyright (C) Keijo Kasvihttp://smstools3.kekekasvi.com/Based on SMS Server Tools 2 from Stefan Fringshttp://www.meinemullemaus.de/This program is free software unless you got it under another license directlyfrom the author. You can redistribute it and/or modify it under the terms ofthe GNU General Public License as published by the Free Software Foundation.Either version 2 of the License, or (at your option) any later version.*/#ifndef WHITE_H#define WHITE_Hchar whitelist[256]; // Filename of the white-list/* Used with >= 3.1x */int inwhitelist_q(char* msisdn, char *queuename);/* Used with < 3.1x */int inwhitelist(char* msisdn);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?