mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-11 04:28:26 +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
|
||||
```
|
||||
|
||||
## 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