File: uac_comm.h

package info (click to toggle)
unace 1.2b-7
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 276 kB
  • ctags: 308
  • sloc: ansic: 1,709; sh: 113; makefile: 87
file content (18 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* ------------------------------------------------------------------------ */
/*  ML - 01/2004: changed licence to GPL                                    */
/* ------------------------------------------------------------------------ */ 

#ifndef __uac_comm_h
#define __uac_comm_h


#include "declare.h"

extern INT  comm_cpr_size;
extern CHAR *comm;

void comment_out(CHAR *top);


#endif /* __uac_comm_h */