Skip to content

Commit

Permalink
updated to work with new-world digest command format.
Browse files Browse the repository at this point in the history
  • Loading branch information
vogon committed Oct 17, 2002
1 parent 5628cb9 commit 522e731
Show file tree
Hide file tree
Showing 3 changed files with 558 additions and 558 deletions.
2 changes: 1 addition & 1 deletion libinews/IcculusNews.h
Expand Up @@ -128,7 +128,7 @@ extern Sint8 INEWS_auth(const char *username, const char *password);
extern Sint8 INEWS_changeQueue(int qid);

/* retrieve a digest of the currently-selected queue with n articles */
extern ArticleInfo **INEWS_digest(int n);
extern ArticleInfo **INEWS_digest(int offset, int n);

/* submit an article. OMG */
extern Sint8 INEWS_submitArticle(char *title, char *body);
Expand Down
2 changes: 1 addition & 1 deletion libinews/internals.h
Expand Up @@ -74,7 +74,7 @@ Sint8 INEWS_connect(const char *hostname, Uint32 port);
Sint8 INEWS_auth(const char *username, const char *password);
Sint8 INEWS_retrQueueInfo();
Sint8 INEWS_changeQueue(int qid);
ArticleInfo **INEWS_digest(int n);
ArticleInfo **INEWS_digest(int offset, int n);
Sint8 INEWS_submitArticle(char *title, char *body);
Sint8 INEWS_changeApprovalStatus(Uint32 aid, bool approve);
Sint8 INEWS_changeDeletionStatus(Uint32 aid, bool delete);
Expand Down

0 comments on commit 522e731

Please sign in to comment.