File: screenop.h

package info (click to toggle)
dcd 0.99-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 296 kB
  • ctags: 627
  • sloc: ansic: 4,137; makefile: 91
file content (17 lines) | stat: -rw-r--r-- 593 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* screenop.h - screen/display bits for dcd
 * (C) 1999 David E. Smith (dave@technopagan.org)
 * Released under GNU GPL, see `COPYING' for details.
 */


#ifndef __DCD_SCREEN
#define __DCD_SCREEN

void disk_directory(void); 	/* writes a disk dir */
void print_status(void);  	/* guess what, writes the status */
void print_help (void);		/* writes keen help stuff */
void print_discid (void);	/* just the CDI discid */
void print_sub_url (void);	/* complete submission URL */
void dcd_version(void);		/* it's more than a version... */
void short_help(void);		/* abbreviated help page */
#endif