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/mkdir/mkdir.h

    r74965d2 rb510d52  
    44/* Prototypes for the mkdir command, excluding entry points */
    55
    6 extern unsigned int create_directory(const char *, unsigned int);
     6static unsigned int create_directory(const char *, unsigned int);
    77#endif /* MKDIR_H */
    88
Note: See TracChangeset for help on using the changeset viewer.