Changeset 7f6a0750 in rtems


Ignore:
Timestamp:
11/05/99 22:24:56 (24 years ago)
Author:
Jennifer Averett <Jennifer.Averett@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
089ad91d
Parents:
f26592f
Message:

Moved imfs set handlers prototype to the imfs.h file.

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/libfs/src/imfs/imfs.h

    rf26592f r7f6a0750  
    278278);
    279279
     280int IMFS_Set_handlers( 
     281  rtems_filesystem_location_info_t   *loc
     282);
     283
    280284int IMFS_evaluate_link(
    281285  rtems_filesystem_location_info_t *node,        /* IN/OUT */
  • c/src/exec/libfs/src/imfs/imfs_fsunmount.c

    rf26592f r7f6a0750  
    4242#define jnode_get_first_child( jnode ) \
    4343    ((IMFS_jnode_t *)( Chain_Head( jnode_get_control( jnode ) )->next))
    44 
    45 /* XXX should be in a more public place */
    46 
    47 extern int IMFS_Set_handlers( 
    48   rtems_filesystem_location_info_t   *loc
    49 );
    5044
    5145int IMFS_fsunmount(
  • c/src/lib/libc/imfs.h

    rf26592f r7f6a0750  
    278278);
    279279
     280int IMFS_Set_handlers( 
     281  rtems_filesystem_location_info_t   *loc
     282);
     283
    280284int IMFS_evaluate_link(
    281285  rtems_filesystem_location_info_t *node,        /* IN/OUT */
  • c/src/lib/libc/imfs_fsunmount.c

    rf26592f r7f6a0750  
    4242#define jnode_get_first_child( jnode ) \
    4343    ((IMFS_jnode_t *)( Chain_Head( jnode_get_control( jnode ) )->next))
    44 
    45 /* XXX should be in a more public place */
    46 
    47 extern int IMFS_Set_handlers( 
    48   rtems_filesystem_location_info_t   *loc
    49 );
    5044
    5145int IMFS_fsunmount(
  • c/src/libfs/src/imfs/imfs.h

    rf26592f r7f6a0750  
    278278);
    279279
     280int IMFS_Set_handlers( 
     281  rtems_filesystem_location_info_t   *loc
     282);
     283
    280284int IMFS_evaluate_link(
    281285  rtems_filesystem_location_info_t *node,        /* IN/OUT */
  • c/src/libfs/src/imfs/imfs_fsunmount.c

    rf26592f r7f6a0750  
    4242#define jnode_get_first_child( jnode ) \
    4343    ((IMFS_jnode_t *)( Chain_Head( jnode_get_control( jnode ) )->next))
    44 
    45 /* XXX should be in a more public place */
    46 
    47 extern int IMFS_Set_handlers( 
    48   rtems_filesystem_location_info_t   *loc
    49 );
    5044
    5145int IMFS_fsunmount(
  • cpukit/libfs/src/imfs/imfs.h

    rf26592f r7f6a0750  
    278278);
    279279
     280int IMFS_Set_handlers( 
     281  rtems_filesystem_location_info_t   *loc
     282);
     283
    280284int IMFS_evaluate_link(
    281285  rtems_filesystem_location_info_t *node,        /* IN/OUT */
  • cpukit/libfs/src/imfs/imfs_fsunmount.c

    rf26592f r7f6a0750  
    4242#define jnode_get_first_child( jnode ) \
    4343    ((IMFS_jnode_t *)( Chain_Head( jnode_get_control( jnode ) )->next))
    44 
    45 /* XXX should be in a more public place */
    46 
    47 extern int IMFS_Set_handlers( 
    48   rtems_filesystem_location_info_t   *loc
    49 );
    5044
    5145int IMFS_fsunmount(
Note: See TracChangeset for help on using the changeset viewer.