]> git.donarmstrong.com Git - mothur.git/blobdiff - getopt_long.h
changed random forest output filename
[mothur.git] / getopt_long.h
index a1a9add17677e750850209e1bf293d258021a610..dbf799276993640fb08d21d7401da3c7406c43e8 100644 (file)
 
 #ifndef _GETOPT_H
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 struct option {
     const char *name;
     int has_arg;
@@ -49,4 +53,8 @@ int getopt_long(int argc, char **argv,
                 struct option *longopts,
                 int *indexptr);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* _GETOPT_H */