forked from lda/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
|
||||
.Os Telodendria Project
|
||||
.Sh NAME
|
||||
|
@ -7,7 +7,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.In Queue.h
|
||||
.Ft Queue *
|
||||
.Fn QueueCreate "void"
|
||||
.Fn QueueCreate "size_t"
|
||||
.Ft void
|
||||
.Fn QueueFree "Array *"
|
||||
.Ft int
|
||||
|
|
Loading…
Reference in a new issue