File: gui.h

package info (click to toggle)
asmail 2.1-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,024 kB
  • ctags: 301
  • sloc: ansic: 3,045; sh: 183; makefile: 88
file content (8 lines) | stat: -rw-r--r-- 90 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
#ifndef _GUI_H_
#define _GUI_H_

#include "globals.h"

void startx( void * ptr );

#endif