X-Git-Url: https://git.dlugolecki.net.pl/?p=vlp.git;a=blobdiff_plain;f=src%2Fint%2Fqueue.c;fp=src%2Fint%2Fqueue.c;h=7189ce313cc22d600e84617fd7ebeffe609a7dad;hp=cbb91bc979dc54ca42ec900172fa3ddc6ab61bad;hb=92bd051b4d3877757e094b572e11ff2dda333d38;hpb=fdd7cc36378cfdd1692885c39f0e8ccd3ea09c1d diff --git a/src/int/queue.c b/src/int/queue.c index cbb91bc..7189ce3 100644 --- a/src/int/queue.c +++ b/src/int/queue.c @@ -5,6 +5,9 @@ #include "intproto.h" +/** + * @file + */ /* Queue management */ /* Single linked circular lists with queue represented as pointer to rear */