File: write.h

package info (click to toggle)
wuzzah 0.53-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 572 kB
  • sloc: ansic: 1,826; sh: 330; makefile: 36
file content (9 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#ifndef _WRITE_H_
#define _WRITE_H_

#include "common.h"
#include "includes.h"

int wri_do_write(char *user, char *line, char *message);

#endif