Ignore:
Timestamp:
2021-08-10T09:22:19Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5e109e1
Parents:
241ab7e
git-author:
Jiri Svoboda <jiri@…> (2021-08-09 18:21:05)
git-committer:
Jiri Svoboda <jiri@…> (2021-08-10 09:22:19)
Message:

Fix header guards and doxy groups of stuff moved out of libc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/inet/include/inet/iplink.h

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_INET_IPLINK_H_
    36 #define _LIBC_INET_IPLINK_H_
     35#ifndef LIBINET_INET_IPLINK_H
     36#define LIBINET_INET_IPLINK_H
    3737
    3838#include <async.h>
Note: See TracChangeset for help on using the changeset viewer.