mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user