Revision: 56418
          http://sourceforge.net/p/brlcad/code/56418
Author:   mohitdaga
Date:     2013-08-01 14:25:22 +0000 (Thu, 01 Aug 2013)
Log Message:
-----------
Adding file information for extern functions.

Modified Paths:
--------------
    brlcad/trunk/src/libicv/fileformat.c

Modified: brlcad/trunk/src/libicv/fileformat.c
===================================================================
--- brlcad/trunk/src/libicv/fileformat.c        2013-08-01 14:23:45 UTC (rev 
56417)
+++ brlcad/trunk/src/libicv/fileformat.c        2013-08-01 14:25:22 UTC (rev 
56418)
@@ -49,9 +49,11 @@
 /* this might be a little better than saying 0444 */
 #define WRMODE S_IRUSR|S_IRGRP|S_IROTH
 
-/* defined in bw.c */
+/* defined in encoding.c */
 extern HIDDEN double *uchar2double(unsigned char *data, long int size);
 extern HIDDEN unsigned char *data2uchar(const icv_image_t *bif);
+
+/* defined in bw.c */
 extern HIDDEN int bw_save(icv_image_t *bif, const char *filename);
 extern HIDDEN icv_image_t *bw_load(const char *filename, int width, int 
height);
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to