##// END OF EJS Templates
ip number changes
ip number changes

File last commit:

r116:117
r228:229
Show More
Mensajes.txt
17 lines | 271 B | text/plain | TextLexer
/*
* Mensajes.h
*
* Created on: Nov 12, 2009
* Author: redes
*/
#ifndef MENSAJES_H_
#define MENSAJES_H_
void LOG_SERVIDOR(char *mensaje);
void LOG_CLIENTE(char *mensaje);
void ERROR_FATAL(char *mensaje);
void ERROR(char *mensaje);
#endif /* MENSAJES_H_ */