Changeset f06894d for protocols


Ignore:
Timestamp:
2006-09-20T10:18:56Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
21167d2
Parents:
8f243ad
Message:

Added some pretty empty files.

Location:
protocols/jabber
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/Makefile

    r8f243ad rf06894d  
    1010
    1111# [SH] Program variables
    12 objects = jabber.o xmltree.o
     12objects = iq.o jabber.o jabber_util.o message.o presence.o xmltree.o
    1313
    1414CFLAGS += -Wall
  • protocols/jabber/xmltree.h

    r8f243ad rf06894d  
    2121*                                                                           *
    2222****************************************************************************/
     23
     24#ifndef _XMLTREE_H
     25#define _XMLTREE_H
    2326
    2427typedef enum
     
    8992void xt_add_child( struct xt_node *parent, struct xt_node *child );
    9093void xt_add_attr( struct xt_node *node, char *key, char *value );
     94
     95#endif
Note: See TracChangeset for help on using the changeset viewer.