#ifndef _WRITE_H_ #define _WRITE_H_ #include "common.h" #include "includes.h" int wri_do_write(char *user, char *line, char *message); #endif