~ubuntu-branches/ubuntu/wily/weechat/wily

« back to all changes in this revision

Viewing changes to src/plugins/plugin-config.h

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bouthenot
  • Date: 2014-09-28 17:41:10 UTC
  • mfrom: (29.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20140928174110-bwlsn7gqmqfftnmb
Tags: 1.0.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 * along with WeeChat.  If not, see <http://www.gnu.org/licenses/>.
18
18
 */
19
19
 
20
 
#ifndef __WEECHAT_PLUGIN_CONFIG_H
21
 
#define __WEECHAT_PLUGIN_CONFIG_H 1
 
20
#ifndef WEECHAT_PLUGIN_CONFIG_H
 
21
#define WEECHAT_PLUGIN_CONFIG_H 1
22
22
 
23
23
#define PLUGIN_CONFIG_NAME "plugins"
24
24
 
37
37
extern int plugin_config_write ();
38
38
extern void plugin_config_end ();
39
39
 
40
 
#endif /* __WEECHAT_PLUGIN_CONFIG_H */
 
40
#endif /* WEECHAT_PLUGIN_CONFIG_H */