first commit
This commit is contained in:
3
CS4210/Project 2/common/message/CVS/Entries
Normal file
3
CS4210/Project 2/common/message/CVS/Entries
Normal file
@@ -0,0 +1,3 @@
|
||||
/message.c/1.1/Thu Mar 23 20:05:46 2006//
|
||||
/message.h/1.1/Thu Mar 23 20:05:46 2006//
|
||||
D
|
||||
2
CS4210/Project 2/common/message/CVS/Entries.Extra
Normal file
2
CS4210/Project 2/common/message/CVS/Entries.Extra
Normal file
@@ -0,0 +1,2 @@
|
||||
/message.c////*///
|
||||
/message.h////*///
|
||||
0
CS4210/Project 2/common/message/CVS/Entries.Old
Normal file
0
CS4210/Project 2/common/message/CVS/Entries.Old
Normal file
1
CS4210/Project 2/common/message/CVS/Repository
Normal file
1
CS4210/Project 2/common/message/CVS/Repository
Normal file
@@ -0,0 +1 @@
|
||||
CS4210/Project 2/common/message
|
||||
1
CS4210/Project 2/common/message/CVS/Root
Normal file
1
CS4210/Project 2/common/message/CVS/Root
Normal file
@@ -0,0 +1 @@
|
||||
:ext:asskoala@192.168.0.3:/usr/_CVS
|
||||
3
CS4210/Project 2/common/message/message.c
Normal file
3
CS4210/Project 2/common/message/message.c
Normal file
@@ -0,0 +1,3 @@
|
||||
#include "message.h"
|
||||
|
||||
|
||||
12
CS4210/Project 2/common/message/message.h
Normal file
12
CS4210/Project 2/common/message/message.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _MESSAGE_H_
|
||||
#define _MESSAGE_H_
|
||||
|
||||
typedef struct Request {
|
||||
int bufferIndex;
|
||||
} Request;
|
||||
|
||||
typedef struct Response {
|
||||
char data;
|
||||
} Response;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user