mirror of
https://git.proxmox.com/git/libgit2
synced 2025-07-19 06:46:05 +00:00
Add note in CONVENTIONS about inlined functions
This commit is contained in:
parent
10aa44cee2
commit
ed8fb8210d
@ -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);
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user