2020-09-23 Fred Gleason <fredg@paravelsystems.com>

* Added 'RD_PostPodcast()', 'RDRemovePodcast()' and
	'RD_SavePodcast()' calls to the rivwebcapi API.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-09-24 13:42:57 -04:00
parent 86ec0e8c53
commit 59d70ff1e7
19 changed files with 1987 additions and 5 deletions

View File

@@ -60,7 +60,7 @@ int main(int argc,char *argv[])
passwd = "";
}
printf("Please enter the ID number of the RSS feed that you want to Post ==> ");
printf("Please enter the ID number of the RSS feed that you want to remove ==> ");
if (fgets(buf,sizeof(buf),stdin) != NULL)
{
feed_id = strtol(buf, &p,10);
@@ -112,7 +112,7 @@ int main(int argc,char *argv[])
//
// List the Results
//
printf(" Feed: %ld was successfully posted!\n",feed_id);
printf(" Feed: %ld was successfully removed!\n",feed_id);
printf("\n");
// Add test of create_ticket function