~ubuntu-branches/ubuntu/precise/netatalk/precise

« back to all changes in this revision

Viewing changes to bin/megatron/nad.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Rittau
  • Date: 2004-01-19 12:43:49 UTC
  • Revision ID: james.westby@ubuntu.com-20040119124349-es563jbp0hk0ae51
Tags: upstream-1.6.4
ImportĀ upstreamĀ versionĀ 1.6.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * $Id: nad.h,v 1.2.8.1 2003/08/09 14:35:25 srittau Exp $
 
3
 */
 
4
 
 
5
#ifndef _NAD_H
 
6
#define _NAD_H 1
 
7
 
 
8
/* Forward Declarations */
 
9
struct FHeader;
 
10
 
 
11
int nad_open(char *path, int openflags, struct FHeader *fh, int options);
 
12
int nad_header_read(struct FHeader *fh);
 
13
int nad_header_write(struct FHeader *fh);
 
14
int nad_read(int fork, char *forkbuf, int bufc);
 
15
int nad_write(int fork, char *forkbuf, int bufc);
 
16
int nad_close(int status);
 
17
 
 
18
void select_charset(int options);
 
19
 
 
20
#endif /* _NAD_H */