Skip to content

Commit f14dfa3

Browse files
authored
Create snapshot.h
1 parent c486670 commit f14dfa3

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

snapshot.h

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
/*
2+
3+
pidvbip - tvheadend client for the Raspberry Pi
4+
5+
(C) Dave Chapman 2012-2013
6+
7+
This program is free software; you can redistribute it and/or modify
8+
it under the terms of the GNU General Public License as published by
9+
the Free Software Foundation; either version 2 of the License, or
10+
(at your option) any later version.
11+
12+
This program is distributed in the hope that it will be useful,
13+
but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
GNU General Public License for more details.
16+
17+
You should have received a copy of the GNU General Public License
18+
along with this program; if not, write to the Free Software
19+
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20+
21+
*/
22+
23+
#ifndef _SNAPSHOT_H
24+
#define _SNAPSHOT_H
25+
26+
void save_snapshot(void);
27+
28+
#endif

0 commit comments

Comments
 (0)