diff options
Diffstat (limited to 'src/rmd_specsfile.h')
-rw-r--r-- | src/rmd_specsfile.h | 7 |
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); |