~ubuntu-branches/ubuntu/intrepid/mit-scheme/intrepid-updates

« back to all changes in this revision

Viewing changes to src/microcode/osfile.h

  • Committer: Bazaar Package Importer
  • Author(s): Chris Hanson
  • Date: 2005-09-12 21:36:33 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050912213633-shybia1ie66exjvl
Tags: 7.7.90+20050912-1
* Acknowledge NMU (thanks Matej!).  (closes: Bug#323739)
* New upstream snapshot.
* Bump standards version to 3.6.2 (no changes).
* Drop texi2html from build dependencies; no longer used.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* -*-C-*-
2
2
 
3
 
$Id: osfile.h,v 1.5 2003/02/14 18:28:22 cph Exp $
 
3
$Id: osfile.h,v 1.6 2004/12/20 04:37:01 cph Exp $
4
4
 
5
 
Copyright (c) 1990, 1999 Massachusetts Institute of Technology
 
5
Copyright 1990,1993,2004 Massachusetts Institute of Technology
6
6
 
7
7
This file is part of MIT/GNU Scheme.
8
8
 
37
37
extern off_t EXFUN (OS_file_length, (Tchannel channel));
38
38
extern off_t EXFUN (OS_file_position, (Tchannel channel));
39
39
extern void EXFUN (OS_file_set_position, (Tchannel channel, off_t position));
 
40
extern void EXFUN (OS_file_truncate, (Tchannel channel, off_t length));
40
41
 
41
42
#endif /* SCM_OSFILE_H */