pdf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[pdf-devel] FS module, file size and free space with different interface


From: Hans Hohenfeld
Subject: [pdf-devel] FS module, file size and free space with different interface
Date: Sun, 27 Jul 2008 18:12:28 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

Hi,

just a minor one. The two functions

pdf_size_t pdf_fsys_get_free_space (pdf_fsys_t file_system, 
                                    pdf_text_t path_name)

pdf_status_t pdf_fsys_file_get_size (pdf_fsys_file_t file, 
                                     pdf_size_t *size)

are very simelar, but provide a different interface. The first one
returns the size, the second one stores it in a reference and returns a
status code. Shouldn't both functions be used in the same way?

regards,

Hans

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]