Quick Question:
Can inline functions 'use' a protoype?

E.G.
Code:
inline func(blah);
... 
code
...
inline func(blah) {
stuff
}
because I mainly see it used without a prototype, in fact I haven’t seen a prototype used with it but yeah, search results brought up similar ideas not quite what I needed, sorry if i haven’t explained my self correctly.. A little tired.