~ubuntu-branches/ubuntu/saucy/whoopsie/saucy-proposed

« back to all changes in this revision

Viewing changes to src/globals.h

  • Committer: Package Import Robot
  • Author(s): Evan Dandrea
  • Date: 2013-08-09 11:34:05 UTC
  • Revision ID: package-import@ubuntu.com-20130809113405-7kod4c78n5d0ya6z
Tags: 0.2.17
Log to syslog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* whoopsie
 
2
 * 
 
3
 * Copyright © 2011-2013 Canonical Ltd.
 
4
 * Author: Evan Dandrea <evan.dandrea@canonical.com>
 
5
 * 
 
6
 * This program is free software: you can redistribute it and/or modify
 
7
 * it under the terms of the GNU General Public License as published by
 
8
 * the Free Software Foundation; version 3 of the License.
 
9
 *
 
10
 * This program is distributed in the hope that it will be useful,
 
11
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
 * GNU General Public License for more details.
 
14
 *
 
15
 * You should have received a copy of the GNU General Public License
 
16
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
17
 */
 
18
 
 
19
#ifndef GLOBALS_H
 
20
#define GLOBALS_H
 
21
 
 
22
/* Options */
 
23
extern int foreground;
 
24
 
 
25
#endif /* GLOBALS_H */