~ubuntu-branches/ubuntu/utopic/binkd/utopic-proposed

« back to all changes in this revision

Viewing changes to run.h

  • Committer: Bazaar Package Importer
  • Author(s): Marco d'Itri
  • Date: 2002-03-24 22:52:25 UTC
  • Revision ID: james.westby@ubuntu.com-20020324225225-7ru6itlapn03nl35
Tags: upstream-0.9.5a
ImportĀ upstreamĀ versionĀ 0.9.5a

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 *  run.h -- Run external programs
 
3
 *
 
4
 *  run.h is a part of binkd project
 
5
 *
 
6
 *  Copyright (C) 1996-1997  Dima Maloff, 5047/13
 
7
 *
 
8
 *  This program is free software; you can redistribute it and/or modify
 
9
 *  it under the terms of the GNU General Public License as published by
 
10
 *  the Free Software Foundation; either version 2 of the License, or
 
11
 *  (at your option) any later version. See COPYING.
 
12
 */
 
13
 
 
14
/*
 
15
 * $Id: run.h,v 2.0 2001/01/10 12:12:39 gul Exp $
 
16
 *
 
17
 * $Log: run.h,v $
 
18
 * Revision 2.0  2001/01/10 12:12:39  gul
 
19
 * Binkd is under CVS again
 
20
 *
 
21
 * Revision 1.1  1997/03/28  06:16:56  mff
 
22
 * Initial revision
 
23
 *
 
24
 */
 
25
#ifndef _run_h
 
26
#define _run_h
 
27
 
 
28
void run (char *);
 
29
 
 
30
#endif