Add a name to the group.
[cascardo/sgp.git] / src / main.c
index 9ce1fb7..4bb2b50 100644 (file)
@@ -24,7 +24,7 @@ int main(int argc, char **argv)
        struct sgp_msg *msg;
        struct sgp_friend *friend;
        /* TODO: access a database here? */
-       group = sgp_group_new();
+       group = sgp_group_new("Myself");
        friend = sgp_friend_new("Thadeu Cascardo");
        msg = sgp_msg_new("New message for you");
        sgp_group_add_friend(group, friend);