Changeset b510d52 in mainline for uspace/app/bdsh/cmds/modules/rm/rm.h


Ignore:
Timestamp:
2008-08-25T05:38:01Z (16 years ago)
Author:
Tim Post <echo@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e2ea8d7e
Parents:
74965d2
Message:

Fix command description display, only command entry points need to be exposed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/modules/rm/rm.h

    r74965d2 rb510d52  
    3434
    3535/* Prototypes for the rm command, excluding entry points */
    36 extern unsigned int rm_start(rm_job_t *);
    37 extern void rm_end(rm_job_t *rm);
    38 extern unsigned int rm_recursive(const char *);
    39 extern unsigned int rm_single(const char *);
    40 extern unsigned int rm_scope(const char *);
     36static unsigned int rm_start(rm_job_t *);
     37static void rm_end(rm_job_t *rm);
     38static unsigned int rm_recursive(const char *);
     39static unsigned int rm_single(const char *);
     40static unsigned int rm_scope(const char *);
    4141
    4242#endif /* RM_H */
Note: See TracChangeset for help on using the changeset viewer.