File: spool.h

package info (click to toggle)
newsflash 0.99-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 272 kB
  • ctags: 114
  • sloc: ansic: 768; sh: 186; makefile: 66
file content (16 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* $Id: spool.h,v 1.1 1995/10/01 18:53:17 chris Exp $ */

/* $Log: spool.h,v $
 * Revision 1.1  1995/10/01  18:53:17  chris
 * Initial revision
 * */

#ifndef __SPOOL_H__
#define __SPOOL_H__

#include "newsflash.h"

int spool(struct serverS *s);


#endif