File: write.h

package info (click to toggle)
wuzzah 0.53-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge, squeeze
  • size: 600 kB
  • ctags: 181
  • sloc: sh: 2,767; ansic: 1,826; makefile: 80
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