]> Pileus Git - lackey/blobdiff - src/args.h
Refactor main and add print mode
[lackey] / src / args.h
index 8b327dfb8b183dcd8e7ea9f202966f5418b1ca16..c62c9c211f3760f30bf206e79e3e6191c2b2a982 100644 (file)
@@ -15,7 +15,9 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+/* Global data */
+extern int PRINT;
+
 /* Functions */
 void args_setup(int argc, char **argv);
-void args_init(void);
-void args_main(void);
+void args_start(void);