repo.or.cz
/
omfsprogs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Extract common OMFS code into a library
[omfsprogs.git]
/
fix.h
blob
8d7769997b73745da072cf30b4c49a4f05958456
1
#ifndef _FIX_H
2
#define _FIX_H
3
4
void
fix_problem
(
check_error_t error
,
check_context_t
*
ctx
);
5
6
#endif
/* _FIX_H */