~ubuntu-branches/ubuntu/feisty/elinks/feisty-updates

« back to all changes in this revision

Viewing changes to src/terminal/hardio.h

  • Committer: Bazaar Package Importer
  • Author(s): Peter Gervai
  • Date: 2004-01-21 22:13:45 UTC
  • Revision ID: james.westby@ubuntu.com-20040121221345-ju33hai1yhhqt6kn
Tags: upstream-0.9.1
ImportĀ upstreamĀ versionĀ 0.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* $Id: hardio.h,v 1.1 2003/05/04 17:51:07 pasky Exp $ */
 
2
 
 
3
#ifndef EL__TERMINAL_HARDIO_H
 
4
#define EL__TERMINAL_HARDIO_H
 
5
 
 
6
int hard_write(int, unsigned char *, int);
 
7
int hard_read(int, unsigned char *, int);
 
8
 
 
9
#endif