repo.or.cz
/
opsoft_test.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
current version
[opsoft_test.git]
/
silentbob
/
include
/
the_fly.hpp
blob
1de7fff259c0f5771aeef2e3af5d740397d51f7e
1
#ifndef _THE_FLY_HPP
2
# define _THE_FLY_HPP
3
# include <structs.h>
4
5
namespace
THE_FLY
{
6
char
*
fly_for_file
(
struct
tt_state_t
*
tt
);
7
}
8
9
#endif