mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-12 01:15:09 +00:00
Add note in CONVENTIONS about inlined functions
This commit is contained in:
parent
60d61926d3
commit
394711ff75
@ -159,4 +159,14 @@ GIT_END_DECL
|
|||||||
#endif
|
#endif
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Inlined functions
|
||||||
|
|
||||||
|
All inlined functions must be declared as:
|
||||||
|
|
||||||
|
```C
|
||||||
|
GIT_INLINE(result_type) git_modulename_functionname(arg_list);
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user