This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-mbse/mbsebbs/oneline.h

14 lines
408 B
C
Raw Normal View History

2001-08-17 05:46:24 +00:00
#ifndef _ONELINE_H
#define _ONELINE_H
void Oneliner_Check(void); /* Check if database exists, creates new */
void Oneliner_Add(void); /* Add oneliner */
void Oneliner_Print(void); /* Print a oneliner centered at the screen */
char *Oneliner_Get(void); /* Get a random oneliner */
void Oneliner_List(void); /* List Oneliners */
void Oneliner_Show(void);
void Oneliner_Delete(void);
#endif