Commit ed8fb821 by Ted Nyman Committed by Vicent Marti

Add note in CONVENTIONS about inlined functions

parent 10aa44ce
......@@ -159,4 +159,11 @@ GIT_END_DECL
#endif
```
## Inlined functions
All inlined functions must be declared as:
```C
GIT_INLINE(result_type) git_modulename_functionname(arg_list);
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment