~helenos-nicf/helenos/nicf

« back to all changes in this revision

Viewing changes to uspace/lib/c/generic/private/io.h

  • Committer: Radim Vansa
  • Date: 2011-09-20 21:55:59 UTC
  • mfrom: (697.1.517 HelenOS.mainline)
  • Revision ID: radim.vansa@matfyz.cz-20110920215559-7fjpai6wt5ieurcq
Merge with mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#ifndef LIBC_PRIVATE_IO_H_
36
36
#define LIBC_PRIVATE_IO_H_
37
37
 
38
 
#include <vfs/vfs.h>
39
 
 
40
 
extern void __stdio_init(int filc, fdi_node_t *filv[]);
 
38
extern void __stdio_init(int);
41
39
extern void __stdio_done(void);
42
40
 
43
41
#endif