summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-09-09 19:54:05 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-09-14 19:09:10 +0000
commit49bb43f6626b927b978eac765609844294523cad (patch)
tree8a56916651f51c63489cd1427e6fba2b6a19cbdb /toxcore/tox.h
parent7821cd84121ac8a4de5c70ab46d36bcbb881bb43 (diff)
Standardise header guards.
Using the full path including the repo name.
Diffstat (limited to 'toxcore/tox.h')
-rw-r--r--toxcore/tox.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h
index 5dcdd7f0..5a9ca450 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -21,8 +21,8 @@
21 * You should have received a copy of the GNU General Public License 21 * You should have received a copy of the GNU General Public License
22 * along with Tox. If not, see <http://www.gnu.org/licenses/>. 22 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
23 */ 23 */
24#ifndef TOX_H 24#ifndef C_TOXCORE_TOXCORE_TOX_H
25#define TOX_H 25#define C_TOXCORE_TOXCORE_TOX_H
26 26
27#include <stdbool.h> 27#include <stdbool.h>
28#include <stddef.h> 28#include <stddef.h>
@@ -3167,4 +3167,4 @@ typedef TOX_CONNECTION Tox_Connection;
3167typedef TOX_FILE_CONTROL Tox_File_Control; 3167typedef TOX_FILE_CONTROL Tox_File_Control;
3168typedef TOX_CONFERENCE_TYPE Tox_Conference_Type; 3168typedef TOX_CONFERENCE_TYPE Tox_Conference_Type;
3169 3169
3170#endif 3170#endif // C_TOXCORE_TOXCORE_TOX_H