Subversion Repositories Kolibri OS

Rev

Rev 6293 | Rev 6934 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6293 Rev 6336
Line 8... Line 8...
8
#include 
8
#include 
9
#include 
9
#include 
10
#include 
10
#include 
Line 11... Line 11...
11
 
11
 
-
 
12
struct file;
12
struct file;
13
 
13
extern void fput(struct file *);
14
extern void fput(struct file *);
14
extern struct file *fget(unsigned int fd);
15
extern struct file *fget(unsigned int fd);