mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-07 19:43:37 +00:00
commit
acb0f65ff8
@ -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