1: // decode -- Steganographically decode a message from a fax image. 3: #ifndef __decode__H__ 4: #define __decode__H__ 6: extern int decode(int nargs, char* args[]); 8: #endif // __decode__H__