jmichaelh / xar

Automatically exported from code.google.com/p/xar
0 stars 0 forks source link

compile warning implicit declaration of function 'xar_serialize' #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
src/xar.c: In function 'dumptoc':
src/xar.c:455: warning: implicit declaration of function 'xar_serialize'

This is because xar_serialize isn't in xar.h

It's not clear it should be, but xar(1) uses it to serialize and dump a toc
for an archive.

Original issue reported on code.google.com by bbraun on 7 May 2007 at 12:31

GoogleCodeExporter commented 8 years ago
Resolved in commit 138 to trunk

Original comment by bbraun on 7 May 2007 at 7:16