~ubuntu-branches/ubuntu/saucy/sphinxtrain/saucy

« back to all changes in this revision

Viewing changes to src/programs/map_adapt/parse_cmd_ln.h

  • Committer: Package Import Robot
  • Author(s): Samuel Thibault
  • Date: 2013-01-02 04:10:21 UTC
  • Revision ID: package-import@ubuntu.com-20130102041021-ynsizmz33fx02hea
Tags: upstream-1.0.8
ImportĀ upstreamĀ versionĀ 1.0.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*********************************************************************
 
2
 *
 
3
 * $Header$
 
4
 *
 
5
 * CMU ARPA Speech Project
 
6
 *
 
7
 * Copyright (c) 1996-2005 Carnegie Mellon University.
 
8
 * All rights reserved.
 
9
 *
 
10
 *********************************************************************
 
11
 *
 
12
 * File: parse_cmd_ln.h
 
13
 * 
 
14
 * Description: 
 
15
 * 
 
16
 * Author: 
 
17
 * 
 
18
 *********************************************************************/
 
19
 
 
20
#ifndef PARSE_CMD_LN_H
 
21
#define PARSE_CMD_LN_H
 
22
 
 
23
int
 
24
parse_cmd_ln(int argc, char *argv[]);
 
25
 
 
26
 
 
27
#endif /* PARSE_CMD_LN_H */