Changeset 6453e306 in mainline for uspace/app/hdisk/input.h


Ignore:
Timestamp:
2013-12-25T16:09:43Z (10 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ac36aed
Parents:
d51beba3
Message:

basic code review and coding style cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/hdisk/input.h

    rd51beba3 r6453e306  
    11/*
    2  * Copyright (c) 2012, 2013 Dominik Taborsky
     2 * Copyright (c) 2012-2013 Dominik Taborsky
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29  /** @addtogroup hdisk
     29/** @addtogroup hdisk
    3030 * @{
    3131 */
     
    3434
    3535#ifndef __INPUT_H__
    36 #define __INPUT_H__
     36#define __INPUT_H__
    3737
    3838#include <tinput.h>
    3939
    40 extern int              get_input_line(tinput_t * in, char ** str);
    41 extern uint8_t  get_input_uint8(tinput_t * in);
    42 extern uint32_t get_input_uint32(tinput_t * in);
    43 extern uint64_t get_input_uint64(tinput_t * in);
    44 extern size_t   get_input_size_t(tinput_t * in);
     40extern int get_input_line(tinput_t *, char **);
     41extern uint8_t get_input_uint8(tinput_t *);
     42extern uint32_t get_input_uint32(tinput_t *);
     43extern uint64_t get_input_uint64(tinput_t *);
     44extern size_t get_input_size_t(tinput_t *);
    4545
    4646#endif
Note: See TracChangeset for help on using the changeset viewer.