Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/scli.h

    ra02aa5c r55092672  
    11/*
    22 * Copyright (c) 2008 Tim Post
    3  * Copyright (c) 2018 Matthieu Riolo
    43 * All rights reserved.
    54 *
     
    3534#include <stdint.h>
    3635#include <stdio.h>
    37 #include <types/adt/odict.h>
    3836
    3937typedef struct {
     
    5654extern void set_iostate(iostate_t *);
    5755
    58 extern odict_t alias_dict;
    59 
    60 typedef struct {
    61         odlink_t odict;
    62         char *name;
    63         char *value;
    64 } alias_t;
    65 
    6656#endif
Note: See TracChangeset for help on using the changeset viewer.