Skip to content
Snippets Groups Projects
Commit 94dc92ff authored by Danny Auble's avatar Danny Auble
Browse files

removed residual

parent 379a9133
No related branches found
No related tags found
No related merge requests found
...@@ -149,8 +149,6 @@ extern void destroy_sacctmgr_action(void *object); ...@@ -149,8 +149,6 @@ extern void destroy_sacctmgr_action(void *object);
extern int notice_thread_init(); extern int notice_thread_init();
extern int notice_thread_fini(); extern int notice_thread_fini();
extern int commit_check(char *warning); extern int commit_check(char *warning);
extern int sacctmgr_init();
extern int sacctmgr_remove_from_list(List list, void *object);
/* you need to free the objects returned from these functions */ /* you need to free the objects returned from these functions */
extern acct_association_rec_t *sacctmgr_find_association(char *user, extern acct_association_rec_t *sacctmgr_find_association(char *user,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment