Renamed parser -> stanza

This commit is contained in:
James Booth
2015-06-06 22:28:10 +01:00
parent 6522e94977
commit b7151c5da3
5 changed files with 7 additions and 7 deletions

View File

@@ -26,7 +26,7 @@
#include <string.h>
#include "server/stanzas.h"
#include "server/parser.h"
#include "server/stanza.h"
static char *required_passwd = NULL;
static GHashTable *idstubs = NULL;

View File

@@ -1,5 +1,5 @@
/*
* parser.c
* stanza.c
*
* Copyright (C) 2015 James Booth <boothj5@gmail.com>
*

View File

@@ -1,5 +1,5 @@
/*
* parser.h
* stanza.h
*
* Copyright (C) 2015 James Booth <boothj5@gmail.com>
*
@@ -20,8 +20,8 @@
*
*/
#ifndef __H_PARSER
#define __H_PARSER
#ifndef __H_STANZA
#define __H_STANZA
#include "server/stanzas.h"