summaryrefslogtreecommitdiff
path: root/src/rmd_specsfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rmd_specsfile.h')
-rw-r--r--src/rmd_specsfile.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/rmd_specsfile.h b/src/rmd_specsfile.h
index 67cbd46..2c299ba 100644
--- a/src/rmd_specsfile.h
+++ b/src/rmd_specsfile.h
@@ -38,21 +38,20 @@
*
* \returns 0 on Success, 1 on failure
*
- */
+ */
int rmdWriteSpecsFile(ProgData *pdata);
-
/*
* Read the text file that holds the required
* capture attributes, in the cache directory.
*
- * \param pdata ProgData struct that will be fille
+ * \param pdata ProgData struct that will be filled
* with all program data
*
* \returns 0 on Success, 1 on failure
*
- */
+ */
int rmdReadSpecsFile(ProgData *pdata);
© All Rights Reserved