~ubuntu-branches/ubuntu/saucy/boinc-app-seti/saucy

« back to all changes in this revision

Viewing changes to splitter_old/makebufs.h

  • Committer: Package Import Robot
  • Author(s): Gianfranco Costamagna
  • Date: 2013-07-25 09:38:04 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20130725093804-ll1egntx7saiqyh8
Tags: 7.00~svn1933-1
* New upstream release.
* Removed win_build, mac_build, vector_lib, jpeglib
  not used in building and not completely listed in copyright file.
* debian/copyright and README.sources have been updated.
* dropping 101_freebsd_build.patch and separate_build_dir.patch,
  accepted upstream.
* Removed debian/watch, unused.
* Little changes in debian/README.source files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * makebufs.h
3
 
 *
4
 
 * Creates temporary files and buffers for use in processing....
5
 
 *
6
 
 * $Id: makebufs.h,v 1.1.2.1 2006/01/13 00:24:55 jeffc Exp $
7
 
 *
8
 
 */
9
 
 
10
 
#ifndef MAKEBUFS_H
11
 
#define MAKEBUFS_H
12
 
 
13
 
void makebuffers(unsigned char **tapebuffer);
14
 
 
15
 
#endif
16
 
 
17
 
/*
18
 
 * $Log: makebufs.h,v $
19
 
 * Revision 1.1.2.1  2006/01/13 00:24:55  jeffc
20
 
 * *** empty log message ***
21
 
 *
22
 
 * Revision 1.1  2003/06/03 00:16:14  korpela
23
 
 *
24
 
 * Initial splitter under CVS control.
25
 
 *
26
 
 * Revision 3.0  2001/08/01 19:04:57  korpela
27
 
 * Check this in before Paul screws it up.
28
 
 *
29
 
 * Revision 2.1  1998/11/02 16:41:21  korpela
30
 
 * Minor Change.
31
 
 *
32
 
 * Revision 2.0  1998/10/30  22:00:04  korpela
33
 
 * Conversion to C++ and merger with client source tree.
34
 
 *
35
 
 * Revision 1.2  1998/10/20  20:41:45  korpela
36
 
 * Remove wu buffer.
37
 
 *
38
 
 * Revision 1.1  1998/10/19  19:02:36  korpela
39
 
 * Initial revision
40
 
 *
41
 
 */