forked from Telodendria/Telodendria
Fix incorrect function declaration.
This commit is contained in:
parent
8045c583ba
commit
2c0e7e5d65
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
.Dd $Mdocdate: October 10 2022 $
|
.Dd $Mdocdate: November 25 2022 $
|
||||||
.Dt QUEUE 3
|
.Dt QUEUE 3
|
||||||
.Os Telodendria Project
|
.Os Telodendria Project
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -7,7 +7,7 @@
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.In Queue.h
|
.In Queue.h
|
||||||
.Ft Queue *
|
.Ft Queue *
|
||||||
.Fn QueueCreate "void"
|
.Fn QueueCreate "size_t"
|
||||||
.Ft void
|
.Ft void
|
||||||
.Fn QueueFree "Array *"
|
.Fn QueueFree "Array *"
|
||||||
.Ft int
|
.Ft int
|
||||||
|
|
Loading…
Reference in a new issue