~ubuntu-branches/ubuntu/wily/flrig/wily

« back to all changes in this revision

Viewing changes to src/include/debug.h

  • Committer: Package Import Robot
  • Author(s): Kamal Mostafa
  • Date: 2014-06-07 11:28:52 UTC
  • Revision ID: package-import@ubuntu.com-20140607112852-pj9xhtlvwpgqjy5x
Tags: 1.3.15-1
* Initial release (Closes: #750861)
  flrig version 1.3.15 plus the following upstream commits:
  - 0001-License-Declaration.patch
  - 0002-FL_APPS-folder.patch
  - 0003-rig-home-dir.patch
  - 0004-RTS-DTR-restore.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// ----------------------------------------------------------------------------
2
 
//        debug.h
 
2
// debug.h
3
3
//
4
4
// Copyright (C) 2008
5
 
//                        Stelios Bounanos, M0GLD
6
 
//
7
 
// This file is part of fldigi.
8
 
//
9
 
// fldigi is free software; you can redistribute it and/or modify
 
5
//           Stelios Bounanos, M0GLD
 
6
// ----------------------------------------------------------------------------
 
7
// Copyright (C) 2014
 
8
//              David Freese, W1HKJ
 
9
//
 
10
// This file is part of flrig.
 
11
//
 
12
// flrig is free software; you can redistribute it and/or modify
10
13
// it under the terms of the GNU General Public License as published by
11
14
// the Free Software Foundation; either version 3 of the License, or
12
15
// (at your option) any later version.
13
16
//
14
 
// fldigi is distributed in the hope that it will be useful,
 
17
// flrig is distributed in the hope that it will be useful,
15
18
// but WITHOUT ANY WARRANTY; without even the implied warranty of
16
19
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17
20
// GNU General Public License for more details.
20
23
// along with this program.  If not, see <http://www.gnu.org/licenses/>.
21
24
// ----------------------------------------------------------------------------
22
25
 
 
26
 
23
27
#ifndef _DEBUG_H_
24
28
#define _DEBUG_H_
25
29