projects
/
petitboot
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
discover/syslinux-parser: Fix missing comma in ignored names.
[petitboot]
/
discover
/
pb-discover.h
1
#ifndef _PB_DISCOVER_H
2
#define _PB_DISCOVER_H
3
4
int register_waiter(int fd, int *callback(void *), void *arg);
5
6
#endif /* _PB_DISCOVER_H */