/rusxmms/librcd

To get this branch, use:
bzr branch http://suren.me/webbzr/rusxmms/librcd

« back to all changes in this revision

Viewing changes to src/librcd.h

  • Committer: Suren A. Chilingaryan
  • Date: 2008-12-15 14:11:11 UTC
  • Revision ID: Arch-1:ds@dside.dyndns.org--darksoft-2004%librcd--main--0.1--patch-13
GPL disclaimers are added to all source files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
  LibRCD - Public Interface
 
3
 
 
4
  Copyright (C) 2005-2008 Suren A. Chilingaryan <csa@dside.dyndns.org>
 
5
 
 
6
  This program is free software; you can redistribute it and/or modify it
 
7
  under the terms of version 2 of the GNU General Public License as published
 
8
  by the Free Software Foundation.
 
9
 
 
10
  This program is distributed in the hope that it will be useful, but WITHOUT
 
11
  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 
12
  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
 
13
  more details.
 
14
 
 
15
  You should have received a copy of the GNU General Public License along
 
16
  with this program; if not, write to the Free Software Foundation, Inc.,
 
17
  59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
 
18
*/
 
19
 
1
20
#ifndef _LIBRCD_H
2
21
#define _LIBRCD_H
3
22