Changeset e28175d in mainline for uspace/srv/net/udp/test/main.c


Ignore:
Timestamp:
2020-03-15T10:44:02Z (5 years ago)
Author:
GitHub <noreply@…>
Parents:
b401b33 (diff), 44dde42 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
heiducteam <tristanided@…> (2020-03-15 10:44:02)
git-committer:
GitHub <noreply@…> (2020-03-15 10:44:02)
Message:

Merge pull request #1 from HelenOS/master

sync

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/udp/test/main.c

    rb401b33 re28175d  
    11/*
    2  * Copyright (c) 2012 Petr Koupy
     2 * Copyright (c) 2019 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup draw
    30  * @{
    31  */
    32 /**
    33  * @file
    34  */
     29#include <pcut/pcut.h>
    3530
    36 #ifndef DRAW_FONT_EMBEDDED_H_
    37 #define DRAW_FONT_EMBEDDED_H_
     31PCUT_INIT;
    3832
    39 #include "../font.h"
     33PCUT_IMPORT(assoc);
     34PCUT_IMPORT(msg);
     35PCUT_IMPORT(pdu);
    4036
    41 extern errno_t embedded_font_create(font_t **, uint16_t points);
    42 
    43 #endif
    44 
    45 /** @}
    46  */
     37PCUT_MAIN();
Note: See TracChangeset for help on using the changeset viewer.