Make header defines consistent

This commit is contained in:
James Booth
2016-07-24 14:51:39 +01:00
parent 310abd401d
commit 9cff37352a
33 changed files with 75 additions and 60 deletions

View File

@@ -32,8 +32,8 @@
*
*/
#ifndef PROF_API_H
#define PROF_API_H
#ifndef PLUGINS_PROF_API_H
#define PLUGINS_PROF_API_H
#define prof_register_command(command_name, min_args, max_args, synopsis, description, arguments, examples, callback) _prof_register_command(__FILE__, command_name, min_args, max_args, synopsis, description, arguments, examples, callback)
#define prof_register_timed(callback, interval_seconds) _prof_register_timed(__FILE__, callback, interval_seconds)