~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to ctwm_main.h

  • Committer: Matthew Fuller
  • Date: 2018-10-14 01:16:49 UTC
  • mfrom: (628 ctwm)
  • mto: (614.1.119 randr)
  • mto: This revision was merged to the branch mainline in revision 644.
  • Revision ID: fullermd@over-yonder.net-20181014011649-9ymrg3zhelohdx24
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * ctwm_main() prototype
 
3
 */
 
4
 
 
5
#ifndef _CTWM_CTWM_MAIN_H
 
6
#define _CTWM_CTWM_MAIN_H
 
7
 
 
8
/* Actual startup func */
 
9
int ctwm_main(int argc, char *argv[]);
 
10
 
 
11
#endif /* _CTWM_CTWM_MAIN_H */