Renamed parser -> stanza
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* parser.c
|
||||
* stanza.c
|
||||
*
|
||||
* Copyright (C) 2015 James Booth <boothj5@gmail.com>
|
||||
*
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user