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

* Added 'RD_PostRss()' and 'RD_RemoveRss()' calls to the
	rivwebcapi API.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-09-24 11:42:50 -04:00
parent ce8dcbd4f0
commit 86ec0e8c53
15 changed files with 1293 additions and 2 deletions

View File

@@ -130,6 +130,9 @@ all-local: rd_addcart.html\
rd_postimage.html\
rd_postimage.pdf\
rd_postimage.xml\
rd_postrss.html\
rd_postrss.pdf\
rd_postrss.xml\
rd_removecart.html\
rd_removecart.pdf\
rd_removecart.xml\
@@ -138,6 +141,10 @@ all-local: rd_addcart.html\
rd_removecut.xml\
rd_removeimage.html\
rd_removeimage.pdf\
rd_removeimage.xml\
rd_removerss.html\
rd_removerss.pdf\
rd_removerss.xml\
rd_removecut.xml\
rd_savelog.html\
rd_savelog.pdf\
@@ -181,9 +188,11 @@ man_MANS = rd_addcart.7\
rd_listservices.7\
rd_listsystemsettings.7\
rd_postimage.7\
rd_postrss.7\
rd_removecart.7\
rd_removecut.7\
rd_removeimage.7\
rd_removerss.7\
rd_savelog.7\
rd_trimaudio.7\
rd_unassignschedcode.7
@@ -319,6 +328,10 @@ EXTRA_DIST = rd_addcart.7\
rd_postimage.html\
rd_postimage.pdf\
rd_postimage.xml\
rd_postrss.7\
rd_postrss.html\
rd_postrss.pdf\
rd_postrss.xml\
rd_removecart.7\
rd_removecart.html\
rd_removecart.pdf\
@@ -331,6 +344,10 @@ EXTRA_DIST = rd_addcart.7\
rd_removeimage.html\
rd_removeimage.pdf\
rd_removeimage.xml\
rd_removerss.7\
rd_removerss.html\
rd_removerss.pdf\
rd_removerss.xml\
rd_savelog.7\
rd_savelog.html\
rd_savelog.pdf\