]> git.donarmstrong.com Git - biopieces.git/blobdiff - code_perl/Maasha/C_code.pm
updateing to idba hybrid
[biopieces.git] / code_perl / Maasha / C_code.pm
index 0e17dadd1d52deae0b33c6ad9cd646423815ec5d..bbcf3ba373b4e1aca78aeef174b374671cdead64 100644 (file)
@@ -28,6 +28,7 @@ package Maasha::C_code;
 # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
 
 
+use warnings;
 use strict;
 
 use vars qw ( @ISA @EXPORT );
@@ -44,13 +45,10 @@ use Inline ( C => Config =>
 
 use Inline C => << 'END_C';
 
-void maasha_ping();
-
 END_C
  
 
 # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
 
-maasha_ping();
 
 1;